haskell-authenticate: update to version 1.3.2.7

This commit is contained in:
Peter Simons 2014-03-27 13:17:22 +01:00
parent d5a5c32775
commit 135c27d70a

View file

@ -1,16 +1,16 @@
{ cabal, aeson, attoparsec, blazeBuilder, caseInsensitive, conduit { cabal, aeson, attoparsec, blazeBuilder, caseInsensitive, conduit
, httpConduit, httpTypes, network, tagsoup, text, transformers , httpConduit, httpTypes, network, tagstreamConduit, text
, unorderedContainers, xmlConduit , transformers, unorderedContainers, xmlConduit
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "authenticate"; pname = "authenticate";
version = "1.3.2.6"; version = "1.3.2.7";
sha256 = "12sgi6q6kajjhh8mns9nklxj0kwn32xs5kzi7wmw50shx0smnjrz"; sha256 = "1b7bshbjg2141bywjiw69x1x6k30hx9gcqzjaqy7r1jfhnwcjz43";
buildDepends = [ buildDepends = [
aeson attoparsec blazeBuilder caseInsensitive conduit httpConduit aeson attoparsec blazeBuilder caseInsensitive conduit httpConduit
httpTypes network tagsoup text transformers unorderedContainers httpTypes network tagstreamConduit text transformers
xmlConduit unorderedContainers xmlConduit
]; ];
meta = { meta = {
homepage = "http://github.com/yesodweb/authenticate"; homepage = "http://github.com/yesodweb/authenticate";