haskell-authenticate: update to version 1.3.2.10

This commit is contained in:
Peter Simons 2014-08-19 15:33:56 +02:00
parent 899cdd9de1
commit 8f68ec2bf2

View File

@ -1,18 +1,18 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, blazeBuilder, caseInsensitive, conduit { cabal, aeson, attoparsec, blazeBuilder, caseInsensitive, conduit
, httpConduit, httpTypes, monadControl, network, resourcet , httpConduit, httpTypes, monadControl, networkUri, resourcet
, tagstreamConduit, text, transformers, unorderedContainers , tagstreamConduit, text, transformers, unorderedContainers
, xmlConduit , xmlConduit
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "authenticate"; pname = "authenticate";
version = "1.3.2.9"; version = "1.3.2.10";
sha256 = "09vg7m2sh3566q7jgi85djc5jrq2y06swlbj1fbym6yf4cmk8gdr"; sha256 = "1dy38k5jpms3xrkw1zh7vjmx06yr5iibgh50m5i2wky2wmryqkf4";
buildDepends = [ buildDepends = [
aeson attoparsec blazeBuilder caseInsensitive conduit httpConduit aeson attoparsec blazeBuilder caseInsensitive conduit httpConduit
httpTypes monadControl network resourcet tagstreamConduit text httpTypes monadControl networkUri resourcet tagstreamConduit text
transformers unorderedContainers xmlConduit transformers unorderedContainers xmlConduit
]; ];
meta = { meta = {