haskell-yesod-auth: update to version 1.3.1
This commit is contained in:
parent
404e05c4e5
commit
743ad37a1f
@ -1,20 +1,22 @@
|
|||||||
{ cabal, aeson, authenticate, base16Bytestring, base64Bytestring
|
{ cabal, aeson, attoparsecConduit, authenticate, base16Bytestring
|
||||||
, binary, blazeHtml, blazeMarkup, byteable, cryptohash, dataDefault
|
, base64Bytestring, binary, blazeBuilder, blazeHtml, blazeMarkup
|
||||||
, emailValidate, fileEmbed, hamlet, httpConduit, httpTypes
|
, byteable, conduit, conduitExtra, cryptohash, dataDefault
|
||||||
, liftedBase, mimeMail, network, persistent, persistentTemplate
|
, emailValidate, fileEmbed, hamlet, httpClient, httpConduit
|
||||||
, random, resourcet, safe, shakespeare, shakespeareCss
|
, httpTypes, liftedBase, mimeMail, network, persistent
|
||||||
, shakespeareJs, text, time, transformers, unorderedContainers, wai
|
, persistentTemplate, random, resourcet, safe, shakespeare
|
||||||
, yesodCore, yesodForm, yesodPersistent
|
, shakespeareCss, shakespeareJs, text, time, transformers
|
||||||
|
, unorderedContainers, wai, yesodCore, yesodForm, yesodPersistent
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-auth";
|
pname = "yesod-auth";
|
||||||
version = "1.3.0.5";
|
version = "1.3.1";
|
||||||
sha256 = "03vwmc2hql07mfl2s7a3sry82x0y0icr1977p1ljfhinyh35zc6l";
|
sha256 = "1fv5z938rpiyhkl4zjb2ss496bgqvdvn7di5im089zmxvx1m81lz";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson authenticate base16Bytestring base64Bytestring binary
|
aeson attoparsecConduit authenticate base16Bytestring
|
||||||
blazeHtml blazeMarkup byteable cryptohash dataDefault emailValidate
|
base64Bytestring binary blazeBuilder blazeHtml blazeMarkup byteable
|
||||||
fileEmbed hamlet httpConduit httpTypes liftedBase mimeMail network
|
conduit conduitExtra cryptohash dataDefault emailValidate fileEmbed
|
||||||
|
hamlet httpClient httpConduit httpTypes liftedBase mimeMail network
|
||||||
persistent persistentTemplate random resourcet safe shakespeare
|
persistent persistentTemplate random resourcet safe shakespeare
|
||||||
shakespeareCss shakespeareJs text time transformers
|
shakespeareCss shakespeareJs text time transformers
|
||||||
unorderedContainers wai yesodCore yesodForm yesodPersistent
|
unorderedContainers wai yesodCore yesodForm yesodPersistent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user