haskell-yesod-auth-hashdb: update to version 1.4.0
This commit is contained in:
parent
bdfd59522f
commit
e7d37bd8c3
@ -1,16 +1,16 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, cryptohash, pwstoreFast, text, yesodAuth, yesodCore
|
{ cabal, cryptohash, persistent, pwstoreFast, text, yesodAuth
|
||||||
, yesodForm, yesodPersistent
|
, yesodCore, yesodForm, yesodPersistent
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yesod-auth-hashdb";
|
pname = "yesod-auth-hashdb";
|
||||||
version = "1.3.0.1";
|
version = "1.4.0";
|
||||||
sha256 = "0q78mw09g6b04zaz54s03222mh59nm604qh8gyw5kka06f93hk4q";
|
sha256 = "0z6gfm1dk03ap2ra7b9wd2jcsnfazcpk6vxcsx94vmb3a9jqx22l";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cryptohash pwstoreFast text yesodAuth yesodCore yesodForm
|
cryptohash persistent pwstoreFast text yesodAuth yesodCore
|
||||||
yesodPersistent
|
yesodForm yesodPersistent
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/";
|
homepage = "http://www.yesodweb.com/";
|
||||||
@ -18,6 +18,5 @@ cabal.mkDerivation (self: {
|
|||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
maintainers = with self.stdenv.lib.maintainers; [ ianwookim ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user