Author: simons
Date: Wed Mar 23 15:57:58 2011
New Revision: 26471
URL: https://svn.nixos.org/websvn/nix/?rev=26471&sc=1

Log:
pathtype: added initial version 0.5.2

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

Added: nixpkgs/trunk/pkgs/development/libraries/haskell/pathtype/default.nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/pathtype/default.nix       
Wed Mar 23 15:57:58 2011        (r26471)
@@ -0,0 +1,13 @@
+{cabal, QuickCheck2}:
+
+cabal.mkDerivation (self : {
+  pname = "pathtype";
+  version = "0.5.2";
+  sha256 = "0rbmq6kzz2l07q9a5k888scpn62hnw2hmzz4ysprhfgdnn5b2cvi";
+  propagatedBuildInputs = [QuickCheck2];
+  meta = {
+    license = "BSD";
+    description = "Type-safe file path manipulations";
+    maintainer = [self.stdenv.lib.maintainers.simons];
+  };
+})

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Wed Mar 23 15:57:53 
2011        (r26470)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Wed Mar 23 15:57:58 
2011        (r26471)
@@ -672,6 +672,8 @@
 
   parsimony = callPackage ../development/libraries/haskell/parsimony {};
 
+  pathtype = callPackage ../development/libraries/haskell/pathtype {};
+
   pcreLight = callPackage ../development/libraries/haskell/pcre-light {
     inherit (pkgs) pcre;
   };
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to