Author: simons
Date: Sun Aug  7 22:01:08 2011
New Revision: 28318
URL: https://svn.nixos.org/websvn/nix/?rev=28318&sc=1

Log:
MonadCatchIO-mtl: updated to version 0.3.0.3

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix   
    Sun Aug  7 22:01:04 2011        (r28317)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/MonadCatchIO-mtl/default.nix   
    Sun Aug  7 22:01:08 2011        (r28318)
@@ -1,12 +1,15 @@
-{cabal, mtl, extensibleExceptions} :
+{cabal, mtl} :
 
 cabal.mkDerivation (self : {
   pname = "MonadCatchIO-mtl";
-  version = "0.3.0.1";
-  sha256 = "56113319439a10e338b2e3169e1df575024fbaf97827511f4856e46efbac9a07";
-  propagatedBuildInputs = [mtl extensibleExceptions];
+  version = "0.3.0.3";
+  sha256 = "0sqvdrvl1z6y176jwxv02aam4fz2awmqyjba803w816pp9m9a5pr";
+  propagatedBuildInputs = [ mtl ];
   meta = {
+    homepage = "http://code.haskell.org/~jcpetruzza/MonadCatchIO-mtl";;
     description = "Monad-transformer version of the Control.Exception module";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [ self.stdenv.lib.maintainers.simons ];
   };
 })
-
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to