summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/blaze-html
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2011-03-13 08:46:54 +0000
committerAndres Löh <mail@andres-loeh.de>2011-03-13 08:46:54 +0000
commitf89b67631268cfb55c3ff61b39301edae056d68a (patch)
tree8e2aa0622b37700d27443133e1e3ae0c137bfc5c /pkgs/development/libraries/haskell/blaze-html
parent6a33045532bec719a53ac3c28492ece650634f12 (diff)
Upgraded Hakyll to 2.4.3.
I know, that's not the latest version, but Hakyll-3 is rather
different from Hakyll-2 and the upgrade would require more work.

svn path=/nixpkgs/trunk/; revision=26291
Diffstat (limited to 'pkgs/development/libraries/haskell/blaze-html')
-rw-r--r--pkgs/development/libraries/haskell/blaze-html/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/blaze-html/default.nix b/pkgs/development/libraries/haskell/blaze-html/default.nix
index 5c9cfeb114a8c..9d7950ced1fb4 100644
--- a/pkgs/development/libraries/haskell/blaze-html/default.nix
+++ b/pkgs/development/libraries/haskell/blaze-html/default.nix
@@ -1,10 +1,10 @@
-{cabal, text}:
+{cabal, text, blazeBuilder}:
 
 cabal.mkDerivation (self : {
   pname = "blaze-html";
-  version = "0.1.2";
-  sha256 = "c1e65e3d23e90a3830ceee69ecfac65c7a8a045da06443fb7690609a59480f5f";
-  propagatedBuildInputs = [text];
+  version = "0.4.1.0";
+  sha256 = "0a39wzfsb8lsr0z8c0s90n6pwmhjg6lihbxigk2c02vn5marzc4f";
+  propagatedBuildInputs = [text blazeBuilder];
   meta = {
     description = "A blazingly fast HTML combinator library";
     license = "BSD";