forked from mirrors/nixpkgs
haskell-errors: update to version 1.4.1
This commit is contained in:
parent
b76e4059c4
commit
8b0b674d65
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "errors";
|
pname = "errors";
|
||||||
version = "1.3.1";
|
version = "1.4.1";
|
||||||
sha256 = "0vfpnpkiz362bvjyaf35spfk3h6vw7xi1x3f8agzs7kmxrdvrfik";
|
sha256 = "18npfwr6byh0aib9qxpynr2gf0v92c0xbxky4a733jbdrwli5c40";
|
||||||
buildDepends = [ either safe transformers ];
|
buildDepends = [ either safe transformers ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Simplified error-handling";
|
description = "Simplified error-handling";
|
||||||
|
|
Loading…
Reference in a new issue