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

Log:
haskell-filepath: updated to version 1.2.0.0

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/filepath/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/filepath/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/filepath/default.nix       
Sun Aug  7 22:03:12 2011        (r28349)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/filepath/default.nix       
Sun Aug  7 22:03:16 2011        (r28350)
@@ -1,12 +1,14 @@
-{ cabal} :
+{cabal} :
 
 cabal.mkDerivation (self : {
   pname = "filepath";
-  version = "1.1.0.2";
-  sha256 = "1mkckshbpmgp7z97vc923x1qph8brqh9wcnb90kbv46bhiza277q";
-  propagatedBuildInputs = [];
+  version = "1.2.0.0";
+  sha256 = "14jji7byjlkzsylsnqwfsiw5vsc7nlaisqabzcw9f7nhrxkq2n20";
   meta = {
-    description = "Library for manipulating FilePath's in a cross platform 
way";
+    homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/";;
+    description = "Library for manipulating FilePaths in a cross platform 
way.";
+    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