summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/happstack/happstack-util.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/happstack/happstack-util.nix')
-rw-r--r--pkgs/development/libraries/haskell/happstack/happstack-util.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/happstack/happstack-util.nix b/pkgs/development/libraries/haskell/happstack/happstack-util.nix
index e0f5ba67342..f22664fa842 100644
--- a/pkgs/development/libraries/haskell/happstack/happstack-util.nix
+++ b/pkgs/development/libraries/haskell/happstack/happstack-util.nix
@@ -1,5 +1,5 @@
-{ cabal, Cabal, extensibleExceptions, filepath, hslogger, mtl
-, network, parsec, random, time, unixCompat
+{ cabal, extensibleExceptions, filepath, hslogger, mtl, network
+, parsec, random, time, unixCompat
 }:
 
 cabal.mkDerivation (self: {
@@ -9,8 +9,8 @@ cabal.mkDerivation (self: {
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    Cabal extensibleExceptions filepath hslogger mtl network parsec
-    random time unixCompat
+    extensibleExceptions filepath hslogger mtl network parsec random
+    time unixCompat
   ];
   meta = {
     homepage = "http://happstack.com";