summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/compact-string-fix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/compact-string-fix/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/compact-string-fix/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/compact-string-fix/default.nix b/pkgs/development/libraries/haskell/compact-string-fix/default.nix
index fd79a1413ea..416826298bb 100644
--- a/pkgs/development/libraries/haskell/compact-string-fix/default.nix
+++ b/pkgs/development/libraries/haskell/compact-string-fix/default.nix
@@ -1,10 +1,9 @@
-{ cabal, Cabal }:
+{ cabal }:
 
 cabal.mkDerivation (self: {
   pname = "compact-string-fix";
   version = "0.3.2";
   sha256 = "161z0lmrrqvy77ppdgz7m6nazcmlmy1azxa8rx0cgpqmyxzkf87n";
-  buildDepends = [ Cabal ];
   meta = {
     homepage = "http://twan.home.fmf.nl/compact-string/";
     description = "Same as compact-string except with a small fix so it builds on ghc-6.12";