haskell-yesod-auth: update to version 1.4.0.1
This commit is contained in:
parent
e7d37bd8c3
commit
28921f45b7
@ -1,27 +1,26 @@
|
|||||||
# 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, attoparsecConduit, authenticate, base16Bytestring
|
{ cabal, aeson, authenticate, base16Bytestring, base64Bytestring
|
||||||
, base64Bytestring, binary, blazeBuilder, blazeHtml, blazeMarkup
|
, binary, blazeBuilder, blazeHtml, blazeMarkup, byteable, conduit
|
||||||
, byteable, conduit, conduitExtra, cryptohash, dataDefault
|
, conduitExtra, cryptohash, dataDefault, emailValidate, fileEmbed
|
||||||
, emailValidate, fileEmbed, hamlet, httpClient, httpConduit
|
, httpClient, httpConduit, httpTypes, liftedBase, mimeMail
|
||||||
, httpTypes, liftedBase, mimeMail, networkUri, persistent
|
, networkUri, persistent, persistentTemplate, random, resourcet
|
||||||
, persistentTemplate, random, resourcet, safe, shakespeare
|
, safe, shakespeare, text, time, transformers, unorderedContainers
|
||||||
, shakespeareCss, shakespeareJs, text, time, transformers
|
, wai, yesodCore, yesodForm, yesodPersistent
|
||||||
, unorderedContainers, wai, yesodCore, yesodForm, yesodPersistent
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-auth";
|
pname = "yesod-auth";
|
||||||
version = "1.3.4.6";
|
version = "1.4.0.1";
|
||||||
sha256 = "17lp99pinq72if527ml4sfqvvjn7kmkcc5jq1l9vsbfgqckmqcff";
|
sha256 = "1d5rimp6jnxi8j518g3hg74a4g90rvgfhnxpz2kj6881v85avvh3";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsecConduit authenticate base16Bytestring
|
aeson authenticate base16Bytestring base64Bytestring binary
|
||||||
base64Bytestring binary blazeBuilder blazeHtml blazeMarkup byteable
|
blazeBuilder blazeHtml blazeMarkup byteable conduit conduitExtra
|
||||||
conduit conduitExtra cryptohash dataDefault emailValidate fileEmbed
|
cryptohash dataDefault emailValidate fileEmbed httpClient
|
||||||
hamlet httpClient httpConduit httpTypes liftedBase mimeMail
|
httpConduit httpTypes liftedBase mimeMail networkUri persistent
|
||||||
networkUri persistent persistentTemplate random resourcet safe
|
persistentTemplate random resourcet safe shakespeare text time
|
||||||
shakespeare shakespeareCss shakespeareJs text time transformers
|
transformers unorderedContainers wai yesodCore yesodForm
|
||||||
unorderedContainers wai yesodCore yesodForm yesodPersistent
|
yesodPersistent
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
|
Loading…
Reference in New Issue
Block a user