summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix b/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix
index 29e5bdb8d07..27f99665d67 100644
--- a/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix
+++ b/pkgs/development/libraries/haskell/crypto-pubkey-types/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, cryptoApi }:
+{ cabal, cryptoApi }:
 
 cabal.mkDerivation (self: {
   pname = "crypto-pubkey-types";
   version = "0.1.1";
   sha256 = "0chlz01nlxnh9bk5b97vm6q6ai0ifybkdaynwibj8px418mmbkib";
-  buildDepends = [ Cabal cryptoApi ];
+  buildDepends = [ cryptoApi ];
   meta = {
     homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";
     description = "Generic cryptography Public keys algorithm types";