about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/http-types/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/http-types/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/http-types/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/http-types/default.nix b/pkgs/development/libraries/haskell/http-types/default.nix
index 0c7f78c65c25e..5c49527b11631 100644
--- a/pkgs/development/libraries/haskell/http-types/default.nix
+++ b/pkgs/development/libraries/haskell/http-types/default.nix
@@ -1,4 +1,4 @@
-{ cabal, blazeBuilder, caseInsensitive, text }:
+{ cabal, blazeBuilder, Cabal, caseInsensitive, text }:
 
 cabal.mkDerivation (self: {
   pname = "http-types";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
   sha256 = "1dkp2iqqalrm381vagw65bhjnm80hv02h28447lmjl2j60b4mby0";
   isLibrary = true;
   isExecutable = true;
-  buildDepends = [ blazeBuilder caseInsensitive text ];
+  buildDepends = [ blazeBuilder Cabal caseInsensitive text ];
   meta = {
     homepage = "https://github.com/aristidb/http-types";
     description = "Generic HTTP types for Haskell (for both client and server code)";