Author: simons
Date: Mon Oct  3 20:21:27 2011
New Revision: 29614
URL: https://ssl.nixos.org/websvn/nix/?rev=29614&sc=1

Log:
haskell-shakespeare: updated to version 0.10.1.1

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

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/shakespeare/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/shakespeare/default.nix    
Mon Oct  3 20:21:23 2011        (r29613)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/shakespeare/default.nix    
Mon Oct  3 20:21:27 2011        (r29614)
@@ -1,10 +1,10 @@
-{ cabal, blazeBuilder, blazeHtml, failure, parsec, text }:
+{ cabal, parsec, text }:
 
 cabal.mkDerivation (self: {
   pname = "shakespeare";
-  version = "0.10.1";
-  sha256 = "1ckzfxrs65n8cx0hm64c3jd4hbw48x1vi0cvnkz39k500jpq874f";
-  buildDepends = [ blazeBuilder blazeHtml failure parsec text ];
+  version = "0.10.1.1";
+  sha256 = "1qd5wrcr4ss5zigbb7s6c7y7qbvrnbvgdpwq985yyy71i5hwxv0a";
+  buildDepends = [ parsec text ];
   meta = {
     homepage = "http://www.yesodweb.com/book/templates";;
     description = "A toolkit for making compile-time interpolated templates";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to