Author: simons
Date: Mon Aug 29 20:28:19 2011
New Revision: 28899
URL: https://svn.nixos.org/websvn/nix/?rev=28899&sc=1

Log:
haskell-yesod-json: updated to version 0.2.1

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     
Mon Aug 29 20:28:14 2011        (r28898)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/yesod-json/default.nix     
Mon Aug 29 20:28:19 2011        (r28899)
@@ -1,10 +1,10 @@
-{ cabal, aeson, blazeTextual, hamlet, text, vector, yesodCore }:
+{ cabal, aesonNative, shakespeareJs, text, vector, yesodCore }:
 
 cabal.mkDerivation (self: {
   pname = "yesod-json";
-  version = "0.1.1.2";
-  sha256 = "0d6dkhzjpxp3687x914h67swm4lgsalb1xr13gz53ddb0qj18n7j";
-  buildDepends = [ aeson blazeTextual hamlet text vector yesodCore ];
+  version = "0.2.1";
+  sha256 = "1d710pqrdafyz8s0spd19vwvx5v9kwy44wb0byz3445jhi3kwn88";
+  buildDepends = [ aesonNative shakespeareJs text vector yesodCore ];
   meta = {
     homepage = "http://www.yesodweb.com/";;
     description = "Generate content for Yesod using the aeson package";
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to