summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bytestring-mmap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/bytestring-mmap/default.nix')
-rwxr-xr-xpkgs/development/libraries/haskell/bytestring-mmap/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/bytestring-mmap/default.nix b/pkgs/development/libraries/haskell/bytestring-mmap/default.nix
index f891df3b688..cf68d1e7fa5 100755
--- a/pkgs/development/libraries/haskell/bytestring-mmap/default.nix
+++ b/pkgs/development/libraries/haskell/bytestring-mmap/default.nix
@@ -1,10 +1,9 @@
-{ cabal, Cabal }:
+{ cabal }:
 
 cabal.mkDerivation (self: {
   pname = "bytestring-mmap";
   version = "0.2.2";
   sha256 = "1bv9xf4cpph1cbdwv6rbmq8ppi5wjpgd97lwln5l9ky5rvnaxg3v";
-  buildDepends = [ Cabal ];
   meta = {
     homepage = "http://code.haskell.org/~dons/code/bytestring-mmap/";
     description = "mmap support for strict ByteStrings";