summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yesod-auth-hashdb/default.nix
blob: 2cb6609ab77ab6d28caf9bd9c312d8a99fd2b3c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, cryptohash, hspec, persistent, pwstoreFast, text
, yesodAuth, yesodCore, yesodForm, yesodPersistent
}:

cabal.mkDerivation (self: {
  pname = "yesod-auth-hashdb";
  version = "1.4.1.1";
  sha256 = "0bb37iawsdq3m5p1sjdnz954f3nfdmvvhm0hxap1z2hf9dk516ci";
  buildDepends = [
    cryptohash persistent pwstoreFast text yesodAuth yesodCore
    yesodForm yesodPersistent
  ];
  testDepends = [ hspec text ];
  meta = {
    homepage = "https://github.com/paul-rouse/yesod-auth-hashdb";
    description = "Authentication plugin for Yesod";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
  };
})