haskell-yesod-auth: update to version 1.1.1.2
This commit is contained in:
parent
2112958f8a
commit
d330da6f54
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-auth";
|
pname = "yesod-auth";
|
||||||
version = "1.1.1.1";
|
version = "1.1.1.2";
|
||||||
sha256 = "1ryq3jxcgb55ijjmcv0j234n9nay2ianifb59gz9akyv0sc3zcl9";
|
sha256 = "1agyazzkgwmp63vwx84bzalf9lwg14k5jshj6n97g1iagsiaxqa0";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson authenticate blazeHtml blazeMarkup hamlet httpConduit
|
aeson authenticate blazeHtml blazeMarkup hamlet httpConduit
|
||||||
liftedBase mimeMail persistent persistentTemplate pureMD5
|
liftedBase mimeMail persistent persistentTemplate pureMD5
|
||||||
@ -16,7 +16,6 @@ cabal.mkDerivation (self: {
|
|||||||
unorderedContainers wai yesodCore yesodForm yesodJson
|
unorderedContainers wai yesodCore yesodForm yesodJson
|
||||||
yesodPersistent
|
yesodPersistent
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
description = "Authentication for Yesod";
|
description = "Authentication for Yesod";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user