summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/byteorder/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/byteorder/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/byteorder/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/byteorder/default.nix b/pkgs/development/libraries/haskell/byteorder/default.nix
index 96ac64628ec..d3af223418b 100644
--- a/pkgs/development/libraries/haskell/byteorder/default.nix
+++ b/pkgs/development/libraries/haskell/byteorder/default.nix
@@ -1,10 +1,9 @@
-{ cabal, Cabal }:
+{ cabal }:
 
 cabal.mkDerivation (self: {
   pname = "byteorder";
   version = "1.0.3";
   sha256 = "056jb47r4pkimi6z2z49prnsmjnhnijk57zm0divl1k55igi5way";
-  buildDepends = [ Cabal ];
   meta = {
     homepage = "http://community.haskell.org/~aslatter/code/byteorder";
     description = "Exposes the native endianness or byte ordering of the system";