Author: andres
Date: Tue Aug  9 20:13:22 2011
New Revision: 28439
URL: https://svn.nixos.org/websvn/nix/?rev=28439&sc=1

Log:
Update yesod-json.

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-json/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-json/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-json/default.nix     
Tue Aug  9 20:09:17 2011        (r28438)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-json/default.nix     
Tue Aug  9 20:13:22 2011        (r28439)
@@ -1,16 +1,15 @@
-{cabal, aeson, blazeTextual, hamlet, text, vector, yesodCore}:
+{ cabal, aeson, blazeTextual, hamlet, text, vector, yesodCore }:
 
-cabal.mkDerivation (self : {
+cabal.mkDerivation (self: {
   pname = "yesod-json";
-  version = "0.1.1.1";
-  sha256 = "02mly02c6z49s0gznx47w919gcn7qz1qvr8704sab1sjk87cyjwl";
-  propagatedBuildInputs = [
-    aeson blazeTextual hamlet text vector yesodCore
-  ];
+  version = "0.1.1.2";
+  sha256 = "0d6dkhzjpxp3687x914h67swm4lgsalb1xr13gz53ddb0qj18n7j";
+  buildDepends = [ aeson blazeTextual hamlet text vector yesodCore ];
   meta = {
-    description = "Generate content for Yesod using the aeson package";
-    license = "BSD3";
-    maintainers = [self.stdenv.lib.maintainers.andres];
+    homepage = "http://www.yesodweb.com/";;
+    description = "Generate content for Yesod using the aeson package.";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+    maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })
-
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to