summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yesod-auth-hashdb/default.nix
blob: 9f577fc4520be729ff1051cc43f488de846444b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 ];
  };
})