haskell-authenticate: update to version 1.3.2.8
This commit is contained in:
parent
3bb288859b
commit
9af5b2d370
@ -1,16 +1,17 @@
|
|||||||
{ cabal, aeson, attoparsec, blazeBuilder, caseInsensitive, conduit
|
{ cabal, aeson, attoparsec, blazeBuilder, caseInsensitive, conduit
|
||||||
, httpConduit, httpTypes, network, tagstreamConduit, text
|
, httpConduit, httpTypes, monadControl, network, resourcet
|
||||||
, transformers, unorderedContainers, xmlConduit
|
, tagstreamConduit, text, transformers, unorderedContainers
|
||||||
|
, xmlConduit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "authenticate";
|
pname = "authenticate";
|
||||||
version = "1.3.2.7";
|
version = "1.3.2.8";
|
||||||
sha256 = "1b7bshbjg2141bywjiw69x1x6k30hx9gcqzjaqy7r1jfhnwcjz43";
|
sha256 = "1ylijkj32li9nm4x16d66h6a74q07m4v3n2dqm67by548wfyh1j9";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec blazeBuilder caseInsensitive conduit httpConduit
|
aeson attoparsec blazeBuilder caseInsensitive conduit httpConduit
|
||||||
httpTypes network tagstreamConduit text transformers
|
httpTypes monadControl network resourcet tagstreamConduit text
|
||||||
unorderedContainers xmlConduit
|
transformers unorderedContainers xmlConduit
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/authenticate";
|
homepage = "http://github.com/yesodweb/authenticate";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user