summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/http-date/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/http-date/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/http-date/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/http-date/default.nix b/pkgs/development/libraries/haskell/http-date/default.nix
index 551fd912211..1fbcc40a814 100644
--- a/pkgs/development/libraries/haskell/http-date/default.nix
+++ b/pkgs/development/libraries/haskell/http-date/default.nix
@@ -1,10 +1,10 @@
-{ cabal, attoparsec, Cabal }:
+{ cabal, attoparsec }:
 
 cabal.mkDerivation (self: {
   pname = "http-date";
   version = "0.0.1";
   sha256 = "1dqnglz1l6h14339nd5q8sq90fak64ab8fs9fkhf8ipg5y0pzwbd";
-  buildDepends = [ attoparsec Cabal ];
+  buildDepends = [ attoparsec ];
   meta = {
     description = "HTTP Date parser/formatter";
     license = self.stdenv.lib.licenses.bsd3;