summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-01-06 12:21:11 +0100
committerPeter Simons <simons@cryp.to>2014-01-06 16:34:53 +0100
commit3e376d5780d2f6d7f8a31df95d7cd94d47394108 (patch)
tree82dbf2fc5b3f2aae2b35cc76a46effce1522917f /pkgs
parent3abcd7e268d4b86bde9690661e73c10dfca11719 (diff)
downloadnixlib-3e376d5780d2f6d7f8a31df95d7cd94d47394108.tar
nixlib-3e376d5780d2f6d7f8a31df95d7cd94d47394108.tar.gz
nixlib-3e376d5780d2f6d7f8a31df95d7cd94d47394108.tar.bz2
nixlib-3e376d5780d2f6d7f8a31df95d7cd94d47394108.tar.lz
nixlib-3e376d5780d2f6d7f8a31df95d7cd94d47394108.tar.xz
nixlib-3e376d5780d2f6d7f8a31df95d7cd94d47394108.tar.zst
nixlib-3e376d5780d2f6d7f8a31df95d7cd94d47394108.zip
haskell-MonadCatchIO-mtl: update to version 0.3.1.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix b/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix
index 9b044f6dbab5..dfaa69bca93f 100644
--- a/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix
+++ b/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix
@@ -1,10 +1,10 @@
-{ cabal, extensibleExceptions, mtl }:
+{ cabal, extensibleExceptions, MonadCatchIOTransformers }:
 
 cabal.mkDerivation (self: {
   pname = "MonadCatchIO-mtl";
-  version = "0.3.0.5";
-  sha256 = "01c2xif4aly2lmg2qkri791ignq3r2qg4xbc8m06cdm6gh5a2dqp";
-  buildDepends = [ extensibleExceptions mtl ];
+  version = "0.3.1.0";
+  sha256 = "0qarf73c8zq8dgvxdiwqybpjfy8gba9vf4k0skiwyk5iphilxhhq";
+  buildDepends = [ extensibleExceptions MonadCatchIOTransformers ];
   meta = {
     homepage = "http://darcsden.com/jcpetruzza/MonadCatchIO-mtl";
     description = "Monad-transformer version of the Control.Exception module";