2014-08-23 09:44:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-19 05:21:45 -07:00
|
|
|
{ cabal, cryptohash, hspec, persistent, pwstoreFast, text
|
|
|
|
, yesodAuth, yesodCore, yesodForm, yesodPersistent
|
2014-08-23 09:44:41 -07:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "yesod-auth-hashdb";
|
2014-10-19 05:21:45 -07:00
|
|
|
version = "1.4.1";
|
|
|
|
sha256 = "11biiylg2366vymx37asr7ibw8migwnkf3nj6lx1i94ldvs9kfd4";
|
2014-08-23 09:44:41 -07:00
|
|
|
buildDepends = [
|
2014-10-13 03:48:46 -07:00
|
|
|
cryptohash persistent pwstoreFast text yesodAuth yesodCore
|
|
|
|
yesodForm yesodPersistent
|
2014-08-23 09:44:41 -07:00
|
|
|
];
|
2014-10-19 05:21:45 -07:00
|
|
|
testDepends = [ hspec text ];
|
2014-08-23 09:44:41 -07:00
|
|
|
meta = {
|
2014-10-19 05:21:45 -07:00
|
|
|
homepage = "https://github.com/paul-rouse/yesod-auth-hashdb";
|
2014-08-23 09:44:41 -07:00
|
|
|
description = "Authentication plugin for Yesod";
|
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
|
|
|
};
|
|
|
|
})
|