summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hashed-storage/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/hashed-storage/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/hashed-storage/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/hashed-storage/default.nix b/pkgs/development/libraries/haskell/hashed-storage/default.nix
index eefc5b87282..7d99cc4f6aa 100644
--- a/pkgs/development/libraries/haskell/hashed-storage/default.nix
+++ b/pkgs/development/libraries/haskell/hashed-storage/default.nix
@@ -1,5 +1,5 @@
-{ cabal, binary, Cabal, dataenc, extensibleExceptions, filepath
-, mmap, mtl, zlib
+{ cabal, binary, dataenc, extensibleExceptions, filepath, mmap, mtl
+, zlib
 }:
 
 cabal.mkDerivation (self: {
@@ -9,7 +9,7 @@ cabal.mkDerivation (self: {
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    binary Cabal dataenc extensibleExceptions filepath mmap mtl zlib
+    binary dataenc extensibleExceptions filepath mmap mtl zlib
   ];
   meta = {
     description = "Hashed file storage support code";