summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/happstack/happstack-server.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/happstack/happstack-server.nix')
-rw-r--r--pkgs/development/libraries/haskell/happstack/happstack-server.nix13
1 files changed, 6 insertions, 7 deletions
diff --git a/pkgs/development/libraries/haskell/happstack/happstack-server.nix b/pkgs/development/libraries/haskell/happstack/happstack-server.nix
index ca7514fe129..ec3f63d1eaa 100644
--- a/pkgs/development/libraries/haskell/happstack/happstack-server.nix
+++ b/pkgs/development/libraries/haskell/happstack/happstack-server.nix
@@ -1,7 +1,6 @@
-{ cabal, blazeHtml, Cabal, extensibleExceptions, filepath
-, happstackData, happstackUtil, hslogger, html, MaybeT, mtl
-, network, parsec, sendfile, syb, text, time, utf8String, xhtml
-, zlib
+{ cabal, blazeHtml, extensibleExceptions, filepath, happstackData
+, happstackUtil, hslogger, html, MaybeT, mtl, network, parsec
+, sendfile, syb, text, time, utf8String, xhtml, zlib
 }:
 
 cabal.mkDerivation (self: {
@@ -11,9 +10,9 @@ cabal.mkDerivation (self: {
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    blazeHtml Cabal extensibleExceptions filepath happstackData
-    happstackUtil hslogger html MaybeT mtl network parsec sendfile syb
-    text time utf8String xhtml zlib
+    blazeHtml extensibleExceptions filepath happstackData happstackUtil
+    hslogger html MaybeT mtl network parsec sendfile syb text time
+    utf8String xhtml zlib
   ];
   meta = {
     homepage = "http://happstack.com";