summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cryptohash/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/cryptohash/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/cryptohash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/cryptohash/default.nix b/pkgs/development/libraries/haskell/cryptohash/default.nix
index 7e556e44d92..4336be8318d 100644
--- a/pkgs/development/libraries/haskell/cryptohash/default.nix
+++ b/pkgs/development/libraries/haskell/cryptohash/default.nix
@@ -1,4 +1,4 @@
-{ cabal, Cabal, cereal, cryptoApi, tagged }:
+{ cabal, cereal, cryptoApi, tagged }:
 
 cabal.mkDerivation (self: {
   pname = "cryptohash";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
   sha256 = "1nplmwihq40jmng4r3wiyfb0i33a8wx2gmlbqajc62wny98l7sab";
   isLibrary = true;
   isExecutable = true;
-  buildDepends = [ Cabal cereal cryptoApi tagged ];
+  buildDepends = [ cereal cryptoApi tagged ];
   meta = {
     homepage = "http://github.com/vincenthz/hs-cryptohash";
     description = "collection of crypto hashes, fast, pure and practical";