summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/happstack/happstack-data.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/happstack/happstack-data.nix')
-rw-r--r--pkgs/development/libraries/haskell/happstack/happstack-data.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/happstack/happstack-data.nix b/pkgs/development/libraries/haskell/happstack/happstack-data.nix
index 06fde8d35d8..6f39e82739d 100644
--- a/pkgs/development/libraries/haskell/happstack/happstack-data.nix
+++ b/pkgs/development/libraries/haskell/happstack/happstack-data.nix
@@ -1,5 +1,5 @@
-{ cabal, binary, Cabal, mtl, syb, sybWithClass
-, sybWithClassInstancesText, text, time
+{ cabal, binary, mtl, syb, sybWithClass, sybWithClassInstancesText
+, text, time
 }:
 
 cabal.mkDerivation (self: {
@@ -9,8 +9,7 @@ cabal.mkDerivation (self: {
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    binary Cabal mtl syb sybWithClass sybWithClassInstancesText text
-    time
+    binary mtl syb sybWithClass sybWithClassInstancesText text time
   ];
   meta = {
     homepage = "http://happstack.com";