3
0
Fork 0
forked from mirrors/nixpkgs

haskell-errors: update to version 1.4.1

This commit is contained in:
Peter Simons 2013-02-06 12:27:09 +01:00
parent b76e4059c4
commit 8b0b674d65

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "errors";
version = "1.3.1";
sha256 = "0vfpnpkiz362bvjyaf35spfk3h6vw7xi1x3f8agzs7kmxrdvrfik";
version = "1.4.1";
sha256 = "18npfwr6byh0aib9qxpynr2gf0v92c0xbxky4a733jbdrwli5c40";
buildDepends = [ either safe transformers ];
meta = {
description = "Simplified error-handling";