18250b97ae
had added him earlier.
33 lines
1.4 KiB
Nix
33 lines
1.4 KiB
Nix
# 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, network, persistent
|
|
, persistentTemplate, random, resourcet, safe, shakespeare
|
|
, shakespeareCss, shakespeareJs, text, time, transformers
|
|
, unorderedContainers, wai, yesodCore, yesodForm, yesodPersistent
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "yesod-auth";
|
|
version = "1.3.4";
|
|
sha256 = "138wnrs9bf6wl9r4mc1fhshxky7bc6anhgqnwljx4gzvzsd0vq0y";
|
|
buildDepends = [
|
|
aeson attoparsecConduit authenticate base16Bytestring
|
|
base64Bytestring binary blazeBuilder blazeHtml blazeMarkup byteable
|
|
conduit conduitExtra cryptohash dataDefault emailValidate fileEmbed
|
|
hamlet httpClient httpConduit httpTypes liftedBase mimeMail network
|
|
persistent persistentTemplate random resourcet safe shakespeare
|
|
shakespeareCss shakespeareJs text time transformers
|
|
unorderedContainers wai yesodCore yesodForm yesodPersistent
|
|
];
|
|
meta = {
|
|
homepage = "http://www.yesodweb.com/";
|
|
description = "Authentication for Yesod";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|