mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
yesod-auth-hashdb haskell package added
This commit is contained in:
parent
b1d225b645
commit
fab4eb2e7b
@ -0,0 +1,22 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
|
{ cabal, cryptohash, pwstoreFast, text, yesodAuth, yesodCore
|
||||||
|
, yesodForm, yesodPersistent
|
||||||
|
}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self: {
|
||||||
|
pname = "yesod-auth-hashdb";
|
||||||
|
version = "1.3.0.1";
|
||||||
|
sha256 = "0q78mw09g6b04zaz54s03222mh59nm604qh8gyw5kka06f93hk4q";
|
||||||
|
buildDepends = [
|
||||||
|
cryptohash 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 ];
|
||||||
|
};
|
||||||
|
})
|
@ -2799,6 +2799,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||||||
|
|
||||||
yesodAuth = callPackage ../development/libraries/haskell/yesod-auth {};
|
yesodAuth = callPackage ../development/libraries/haskell/yesod-auth {};
|
||||||
|
|
||||||
|
yesodAuthHashdb = callPackage ../development/libraries/haskell/yesod-auth-hashdb {};
|
||||||
|
|
||||||
yesodBin = callPackage ../development/libraries/haskell/yesod-bin {};
|
yesodBin = callPackage ../development/libraries/haskell/yesod-bin {};
|
||||||
|
|
||||||
yesodCore = callPackage ../development/libraries/haskell/yesod-core {};
|
yesodCore = callPackage ../development/libraries/haskell/yesod-core {};
|
||||||
|
Loading…
Reference in New Issue
Block a user