summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-10-29 10:47:58 +0000
committerPeter Simons <simons@cryp.to>2011-10-29 10:47:58 +0000
commit2688ba5b0ac59a6ac7daefdecb232e2cb458827c (patch)
treef32e75560fa899fa3bcec918b42b0300d11c338e
parent0f80aa96a6a5c665753d99baf2f812cbd2c77f20 (diff)
downloadnixpkgs-2688ba5b0ac59a6ac7daefdecb232e2cb458827c.tar
nixpkgs-2688ba5b0ac59a6ac7daefdecb232e2cb458827c.tar.gz
nixpkgs-2688ba5b0ac59a6ac7daefdecb232e2cb458827c.tar.bz2
nixpkgs-2688ba5b0ac59a6ac7daefdecb232e2cb458827c.tar.lz
nixpkgs-2688ba5b0ac59a6ac7daefdecb232e2cb458827c.tar.xz
nixpkgs-2688ba5b0ac59a6ac7daefdecb232e2cb458827c.tar.zst
nixpkgs-2688ba5b0ac59a6ac7daefdecb232e2cb458827c.zip
haskell-MonadCatchIO-transformers: updated to version 0.2.2.3
svn path=/nixpkgs/trunk/; revision=30100
-rw-r--r--pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix b/pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix
index 1c992f4b571..52080c26a3b 100644
--- a/pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix
+++ b/pkgs/development/libraries/haskell/MonadCatchIO-transformers/default.nix
@@ -2,12 +2,12 @@
 
 cabal.mkDerivation (self: {
   pname = "MonadCatchIO-transformers";
-  version = "0.2.2.2";
-  sha256 = "083c0abwja447j0p8q0j15iv7bshchy83rfqw07b2hfy38467h9g";
+  version = "0.2.2.3";
+  sha256 = "1qwy9rrmf3kl7rb7v46n81xmrwy4xl63lfnlsiz1qc0hybjkl7m6";
   buildDepends = [ extensibleExceptions transformers ];
   meta = {
     description = "Monad-transformer compatible version of the Control.Exception module";
-    license = self.stdenv.lib.licenses.publicDomain;
+    license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
     maintainers = [
       self.stdenv.lib.maintainers.andres