Author: simons
Date: Sun Jan 29 16:23:53 2012
New Revision: 31914
URL: https://nixos.org/websvn/nix/?rev=31914&sc=1

Log:
haskell-explicit-exception: added version 0.1.6

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/explicit-exception/
   
nixpkgs/trunk/pkgs/development/libraries/haskell/explicit-exception/default.nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Added: 
nixpkgs/trunk/pkgs/development/libraries/haskell/explicit-exception/default.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/explicit-exception/default.nix 
    Sun Jan 29 16:23:53 2012        (r31914)
@@ -0,0 +1,16 @@
+{ cabal, transformers }:
+
+cabal.mkDerivation (self: {
+  pname = "explicit-exception";
+  version = "0.1.6";
+  sha256 = "0pgdbaav952bwcmbfwg0fgvc15k57rlnw131bs3pnp8rqdbxfv39";
+  isLibrary = true;
+  isExecutable = true;
+  buildDepends = [ transformers ];
+  meta = {
+    homepage = "http://www.haskell.org/haskellwiki/Exception";;
+    description = "Exceptions which are explicit in the type signature";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+  };
+})

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Jan 29 13:39:30 
2012        (r31913)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Jan 29 16:23:53 
2012        (r31914)
@@ -647,6 +647,8 @@
 
   erf = callPackage ../development/libraries/haskell/erf {};
 
+  explicitException = callPackage 
../development/libraries/haskell/explicit-exception {};
+
   filepath = callPackage ../development/libraries/haskell/filepath {};
 
   extensibleExceptions_0_1_1_0 = callPackage 
../development/libraries/haskell/extensible-exceptions/0.1.1.0.nix {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to