about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/blaze-html/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
committerPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
commitac69747aa855a9222d129c968fcdfd38712624b2 (patch)
tree7ca82e0665a5c4e9559c781e0a3b4e9df956dd5e /pkgs/development/libraries/haskell/blaze-html/default.nix
parent844d950d1328364c6e84044f3bc7ba46e64389ae (diff)
Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
Diffstat (limited to 'pkgs/development/libraries/haskell/blaze-html/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/blaze-html/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/blaze-html/default.nix b/pkgs/development/libraries/haskell/blaze-html/default.nix
index 0231b9e8e00cf..37093316a7eff 100644
--- a/pkgs/development/libraries/haskell/blaze-html/default.nix
+++ b/pkgs/development/libraries/haskell/blaze-html/default.nix
@@ -1,10 +1,10 @@
-{ cabal, blazeBuilder, text }:
+{ cabal, blazeBuilder, Cabal, text }:
 
 cabal.mkDerivation (self: {
   pname = "blaze-html";
   version = "0.4.3.1";
   sha256 = "0yhwlwmjy3jagxscz2i0yjfy6akqpamn9c35ffxcgpr0kj6qlpfp";
-  buildDepends = [ blazeBuilder text ];
+  buildDepends = [ blazeBuilder Cabal text ];
   meta = {
     homepage = "http://jaspervdj.be/blaze";
     description = "A blazingly fast HTML combinator library for Haskell";