31 lines
1.3 KiB
Nix
31 lines
1.3 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ 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.4.0.2";
|
|
sha256 = "15k30si28jj6ivazwxbcy15hplvbpwwgwf5zcvzchi2w56z8j5gn";
|
|
buildDepends = [
|
|
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/";
|
|
description = "Authentication for Yesod";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|