haskell-authenticate: update to version 1.3.2.6
This commit is contained in:
parent
7785d0598d
commit
d81088839f
@ -1,17 +1,16 @@
|
|||||||
{ cabal, aeson, attoparsec, blazeBuilder, blazeBuilderConduit
|
{ cabal, aeson, attoparsec, blazeBuilder, caseInsensitive, conduit
|
||||||
, caseInsensitive, conduit, httpConduit, httpTypes, monadControl
|
, httpConduit, httpTypes, network, tagsoup, text, transformers
|
||||||
, network, resourcet, tagsoup, text, transformers
|
|
||||||
, unorderedContainers, xmlConduit
|
, unorderedContainers, xmlConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "authenticate";
|
pname = "authenticate";
|
||||||
version = "1.3.2.4";
|
version = "1.3.2.6";
|
||||||
sha256 = "1xakp54g5dyppzpm1q3bbx6g4pvs7p2903pyq6bya1n82zsk7yg7";
|
sha256 = "12sgi6q6kajjhh8mns9nklxj0kwn32xs5kzi7wmw50shx0smnjrz";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder blazeBuilderConduit caseInsensitive
|
aeson attoparsec blazeBuilder caseInsensitive conduit httpConduit
|
||||||
conduit httpConduit httpTypes monadControl network resourcet
|
httpTypes network tagsoup text transformers unorderedContainers
|
||||||
tagsoup text transformers unorderedContainers xmlConduit
|
xmlConduit
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/authenticate";
|
homepage = "http://github.com/yesodweb/authenticate";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user