summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/web-routes/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/web-routes/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/web-routes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/web-routes/default.nix b/pkgs/development/libraries/haskell/web-routes/default.nix
index 0a6d10539e151..838ae3d31b488 100644
--- a/pkgs/development/libraries/haskell/web-routes/default.nix
+++ b/pkgs/development/libraries/haskell/web-routes/default.nix
@@ -1,4 +1,4 @@
-{ cabal, blazeBuilder, httpTypes, mtl, network, parsec, text
+{ cabal, blazeBuilder, Cabal, httpTypes, mtl, network, parsec, text
 , utf8String
 }:
 
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
   version = "0.26.3";
   sha256 = "1ldi4gjraga57qj9drknwp19vmy30fhcp6vw3y7xqcrarvp5n2mx";
   buildDepends = [
-    blazeBuilder httpTypes mtl network parsec text utf8String
+    blazeBuilder Cabal httpTypes mtl network parsec text utf8String
   ];
   meta = {
     description = "Library for maintaining correctness and composability of URLs within an application";