summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hxt/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/hxt/default.nix')
-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 15e488d4577..3b7a197c49e 100644
--- a/pkgs/development/libraries/haskell/hxt/default.nix
+++ b/pkgs/development/libraries/haskell/hxt/default.nix
@@ -1,4 +1,4 @@
-{ cabal, binary, Cabal, deepseq, filepath, HUnit, hxtCharproperties
+{ cabal, binary, deepseq, filepath, HUnit, hxtCharproperties
 , hxtRegexXmlschema, hxtUnicode, mtl, network, parsec
 }:
 
@@ -7,8 +7,8 @@ cabal.mkDerivation (self: {
   version = "9.2.0";
   sha256 = "182yl4ksh4hg332b0lnk4s9cfqxsnnan7p5vqas5lbxvibmg68zc";
   buildDepends = [
-    binary Cabal deepseq filepath HUnit hxtCharproperties
-    hxtRegexXmlschema hxtUnicode mtl network parsec
+    binary deepseq filepath HUnit hxtCharproperties hxtRegexXmlschema
+    hxtUnicode mtl network parsec
   ];
   meta = {
     homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";