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

Log:
haskell-filestore: updated to version 0.4.0.4

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

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/filestore/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/filestore/default.nix      
Sun Aug  7 18:23:04 2011        (r28241)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/filestore/default.nix      
Sun Aug  7 18:23:08 2011        (r28242)
@@ -1,12 +1,15 @@
-{cabal, datetime, parsec, regexPosix, split, time, utf8String, xml, Diff}:
+{cabal, Diff, parsec, split, utf8String, xml} :
 
 cabal.mkDerivation (self : {
   pname = "filestore";
-  version = "0.4.0.3";
-  sha256 = "098z9niavzxfzwk40xabah3x06vdzprvsjkyx99wlmapi5rynfz3";
-  propagatedBuildInputs = [datetime parsec regexPosix split time utf8String 
xml Diff];
+  version = "0.4.0.4";
+  sha256 = "14rp2689gjnk9pqk2xv4m3q3icgfvbik32c2d6gx4l2y7n78dsbx";
+  propagatedBuildInputs = [ Diff parsec split utf8String xml ];
   meta = {
-    description = "Interface for versioning file stores";
+    homepage = "http://johnmacfarlane.net/repos/filestore";;
+    description = "Interface for versioning file stores.";
+    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