summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/authenticate/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/authenticate/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/authenticate/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/authenticate/default.nix b/pkgs/development/libraries/haskell/authenticate/default.nix
index 36782ab685f..8818aa2d972 100644
--- a/pkgs/development/libraries/haskell/authenticate/default.nix
+++ b/pkgs/development/libraries/haskell/authenticate/default.nix
@@ -1,5 +1,5 @@
 { cabal, aeson, attoparsec, blazeBuilder, blazeBuilderConduit
-, Cabal, caseInsensitive, conduit, httpConduit, httpTypes, network
+, caseInsensitive, conduit, httpConduit, httpTypes, network
 , tagsoup, text, transformers, unorderedContainers, xmlConduit
 }:
 
@@ -8,9 +8,9 @@ cabal.mkDerivation (self: {
   version = "1.0.0";
   sha256 = "0a163dhi69gh6zmi43jidxlaknbk1y0frjlwijdf7fp073rh0p87";
   buildDepends = [
-    aeson attoparsec blazeBuilder blazeBuilderConduit Cabal
-    caseInsensitive conduit httpConduit httpTypes network tagsoup text
-    transformers unorderedContainers xmlConduit
+    aeson attoparsec blazeBuilder blazeBuilderConduit caseInsensitive
+    conduit httpConduit httpTypes network tagsoup text transformers
+    unorderedContainers xmlConduit
   ];
   meta = {
     homepage = "http://github.com/yesodweb/authenticate";