22 lines
712 B
Nix
22 lines
712 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cryptohash, persistent, pwstoreFast, text, yesodAuth
|
|
, yesodCore, yesodForm, yesodPersistent
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "yesod-auth-hashdb";
|
|
version = "1.4.0";
|
|
sha256 = "0z6gfm1dk03ap2ra7b9wd2jcsnfazcpk6vxcsx94vmb3a9jqx22l";
|
|
buildDepends = [
|
|
cryptohash persistent pwstoreFast text yesodAuth yesodCore
|
|
yesodForm yesodPersistent
|
|
];
|
|
meta = {
|
|
homepage = "http://www.yesodweb.com/";
|
|
description = "Authentication plugin for Yesod";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
|
};
|
|
})
|