summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-02-21 16:13:05 +0100
committerPeter Simons <simons@cryp.to>2013-02-21 16:13:05 +0100
commitd81088839f366b3191f1ff2f26713980e78c59b7 (patch)
treefeddf18250387e1c5b9b055fe7f3286176fbab78 /pkgs/development
parent7785d0598decef6820a6a135faee90897c48c4e9 (diff)
downloadnixlib-d81088839f366b3191f1ff2f26713980e78c59b7.tar
nixlib-d81088839f366b3191f1ff2f26713980e78c59b7.tar.gz
nixlib-d81088839f366b3191f1ff2f26713980e78c59b7.tar.bz2
nixlib-d81088839f366b3191f1ff2f26713980e78c59b7.tar.lz
nixlib-d81088839f366b3191f1ff2f26713980e78c59b7.tar.xz
nixlib-d81088839f366b3191f1ff2f26713980e78c59b7.tar.zst
nixlib-d81088839f366b3191f1ff2f26713980e78c59b7.zip
haskell-authenticate: update to version 1.3.2.6
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/authenticate/default.nix15
1 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/development/libraries/haskell/authenticate/default.nix b/pkgs/development/libraries/haskell/authenticate/default.nix
index c6624208048a..f0a1969ffbab 100644
--- a/pkgs/development/libraries/haskell/authenticate/default.nix
+++ b/pkgs/development/libraries/haskell/authenticate/default.nix
@@ -1,17 +1,16 @@
-{ cabal, aeson, attoparsec, blazeBuilder, blazeBuilderConduit
-, caseInsensitive, conduit, httpConduit, httpTypes, monadControl
-, network, resourcet, tagsoup, text, transformers
+{ cabal, aeson, attoparsec, blazeBuilder, caseInsensitive, conduit
+, httpConduit, httpTypes, network, tagsoup, text, transformers
 , unorderedContainers, xmlConduit
 }:
 
 cabal.mkDerivation (self: {
   pname = "authenticate";
-  version = "1.3.2.4";
-  sha256 = "1xakp54g5dyppzpm1q3bbx6g4pvs7p2903pyq6bya1n82zsk7yg7";
+  version = "1.3.2.6";
+  sha256 = "12sgi6q6kajjhh8mns9nklxj0kwn32xs5kzi7wmw50shx0smnjrz";
   buildDepends = [
-    aeson attoparsec blazeBuilder blazeBuilderConduit caseInsensitive
-    conduit httpConduit httpTypes monadControl network resourcet
-    tagsoup text transformers unorderedContainers xmlConduit
+    aeson attoparsec blazeBuilder caseInsensitive conduit httpConduit
+    httpTypes network tagsoup text transformers unorderedContainers
+    xmlConduit
   ];
   meta = {
     homepage = "http://github.com/yesodweb/authenticate";