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

Log:
haskell-src-meta: updated to version 0.4.0.1

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-src-meta/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-src-meta/default.nix
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-src-meta/default.nix   
    Sun Aug  7 18:22:05 2011        (r28229)
+++ 
nixpkgs/trunk/pkgs/development/libraries/haskell/haskell-src-meta/default.nix   
    Sun Aug  7 18:22:09 2011        (r28230)
@@ -1,12 +1,14 @@
-{cabal, haskellSrcExts}:
+{cabal, haskellSrcExts, syb, thLift} :
 
 cabal.mkDerivation (self : {
   pname = "haskell-src-meta";
-  version = "0.0.5";
-  sha256 = "96e55d6b5237043f8b3943b40c55e26ef6a2806d1314d784202135497e645add";
-  propagatedBuildInputs = [haskellSrcExts];
+  version = "0.4.0.1";
+  sha256 = "10g74sax8x45lphy133717y9xb43d8a684mm9qv0arjwn5v4np7s";
+  propagatedBuildInputs = [ haskellSrcExts syb thLift ];
   meta = {
-    description = "Parse source to template-haskell abstract syntax";
+    description = "Parse source to template-haskell abstract syntax.";
+    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