summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/wai-app-static/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/wai-app-static/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/wai-app-static/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/wai-app-static/default.nix b/pkgs/development/libraries/haskell/wai-app-static/default.nix
index 98767a51191..e7197e293f2 100644
--- a/pkgs/development/libraries/haskell/wai-app-static/default.nix
+++ b/pkgs/development/libraries/haskell/wai-app-static/default.nix
@@ -1,6 +1,6 @@
-{ cabal, base64Bytestring, blazeBuilder, blazeHtml, Cabal
-, cryptohash, fileEmbed, httpDate, httpTypes, text, time
-, transformers, unixCompat, wai
+{ cabal, base64Bytestring, blazeBuilder, blazeHtml, cryptohash
+, fileEmbed, httpDate, httpTypes, text, time, transformers
+, unixCompat, wai
 }:
 
 cabal.mkDerivation (self: {
@@ -8,7 +8,7 @@ cabal.mkDerivation (self: {
   version = "1.1.1";
   sha256 = "0i73rxgmng7grs8cgxw8769jg0cvpsb5gi4s0iwrdyh3xd1vj7iy";
   buildDepends = [
-    base64Bytestring blazeBuilder blazeHtml Cabal cryptohash fileEmbed
+    base64Bytestring blazeBuilder blazeHtml cryptohash fileEmbed
     httpDate httpTypes text time transformers unixCompat wai
   ];
   meta = {