about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/authenticate/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
committerPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
commitac69747aa855a9222d129c968fcdfd38712624b2 (patch)
tree7ca82e0665a5c4e9559c781e0a3b4e9df956dd5e /pkgs/development/libraries/haskell/authenticate/default.nix
parent844d950d1328364c6e84044f3bc7ba46e64389ae (diff)
Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
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 8818aa2d9727a..36782ab685fb5 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
-, caseInsensitive, conduit, httpConduit, httpTypes, network
+, Cabal, 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 caseInsensitive
-    conduit httpConduit httpTypes network tagsoup text transformers
-    unorderedContainers xmlConduit
+    aeson attoparsec blazeBuilder blazeBuilderConduit Cabal
+    caseInsensitive conduit httpConduit httpTypes network tagsoup text
+    transformers unorderedContainers xmlConduit
   ];
   meta = {
     homepage = "http://github.com/yesodweb/authenticate";