summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hashable/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/hashable/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/hashable/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/hashable/default.nix b/pkgs/development/libraries/haskell/hashable/default.nix
index cc0c8b7e58c..0632472e6b6 100644
--- a/pkgs/development/libraries/haskell/hashable/default.nix
+++ b/pkgs/development/libraries/haskell/hashable/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, text }:
+{ cabal, text }:
 
 cabal.mkDerivation (self: {
   pname = "hashable";
   version = "1.1.2.3";
   sha256 = "19v94b34c2j6f9d9xii2hg0mjxdkq51aifkcqw6hbicn97kfcxls";
-  buildDepends = [ Cabal text ];
+  buildDepends = [ text ];
   meta = {
     homepage = "http://github.com/tibbe/hashable";
     description = "A class for types that can be converted to a hash value";