about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hxt
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/hxt
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/hxt')
-rw-r--r--pkgs/development/libraries/haskell/hxt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/hxt/default.nix b/pkgs/development/libraries/haskell/hxt/default.nix
index 7a3a5fdcb9452..15e488d4577c7 100644
--- a/pkgs/development/libraries/haskell/hxt/default.nix
+++ b/pkgs/development/libraries/haskell/hxt/default.nix
@@ -1,4 +1,4 @@
-{ cabal, binary, deepseq, HUnit, hxtCharproperties
+{ cabal, binary, Cabal, deepseq, filepath, HUnit, hxtCharproperties
 , hxtRegexXmlschema, hxtUnicode, mtl, network, parsec
 }:
 
@@ -7,8 +7,8 @@ cabal.mkDerivation (self: {
   version = "9.2.0";
   sha256 = "182yl4ksh4hg332b0lnk4s9cfqxsnnan7p5vqas5lbxvibmg68zc";
   buildDepends = [
-    binary deepseq HUnit hxtCharproperties hxtRegexXmlschema hxtUnicode
-    mtl network parsec
+    binary Cabal deepseq filepath HUnit hxtCharproperties
+    hxtRegexXmlschema hxtUnicode mtl network parsec
   ];
   meta = {
     homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";