haskell-yesod-auth: update to version 1.4.0.1

This commit is contained in:
Peter Simons 2014-10-13 12:48:48 +02:00
parent e7d37bd8c3
commit 28921f45b7

View file

@ -1,27 +1,26 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsecConduit, authenticate, base16Bytestring
, base64Bytestring, binary, blazeBuilder, blazeHtml, blazeMarkup
, byteable, conduit, conduitExtra, cryptohash, dataDefault
, emailValidate, fileEmbed, hamlet, httpClient, httpConduit
, httpTypes, liftedBase, mimeMail, networkUri, persistent
, persistentTemplate, random, resourcet, safe, shakespeare
, shakespeareCss, shakespeareJs, text, time, transformers
, unorderedContainers, wai, yesodCore, yesodForm, yesodPersistent
{ cabal, aeson, authenticate, base16Bytestring, base64Bytestring
, binary, blazeBuilder, blazeHtml, blazeMarkup, byteable, conduit
, conduitExtra, cryptohash, dataDefault, emailValidate, fileEmbed
, httpClient, httpConduit, httpTypes, liftedBase, mimeMail
, networkUri, persistent, persistentTemplate, random, resourcet
, safe, shakespeare, text, time, transformers, unorderedContainers
, wai, yesodCore, yesodForm, yesodPersistent
}:
cabal.mkDerivation (self: {
pname = "yesod-auth";
version = "1.3.4.6";
sha256 = "17lp99pinq72if527ml4sfqvvjn7kmkcc5jq1l9vsbfgqckmqcff";
version = "1.4.0.1";
sha256 = "1d5rimp6jnxi8j518g3hg74a4g90rvgfhnxpz2kj6881v85avvh3";
buildDepends = [
aeson attoparsecConduit authenticate base16Bytestring
base64Bytestring binary blazeBuilder blazeHtml blazeMarkup byteable
conduit conduitExtra cryptohash dataDefault emailValidate fileEmbed
hamlet httpClient httpConduit httpTypes liftedBase mimeMail
networkUri persistent persistentTemplate random resourcet safe
shakespeare shakespeareCss shakespeareJs text time transformers
unorderedContainers wai yesodCore yesodForm yesodPersistent
aeson authenticate base16Bytestring base64Bytestring binary
blazeBuilder blazeHtml blazeMarkup byteable conduit conduitExtra
cryptohash dataDefault emailValidate fileEmbed httpClient
httpConduit httpTypes liftedBase mimeMail networkUri persistent
persistentTemplate random resourcet safe shakespeare text time
transformers unorderedContainers wai yesodCore yesodForm
yesodPersistent
];
meta = {
homepage = "http://www.yesodweb.com/";