haskell-yesod-auth-hashdb: update to version 1.4.1

This commit is contained in:
Peter Simons 2014-10-19 14:21:45 +02:00
parent dba208b52e
commit 5283823981

View file

@ -1,19 +1,20 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cryptohash, persistent, pwstoreFast, text, yesodAuth
, yesodCore, yesodForm, yesodPersistent
{ cabal, cryptohash, hspec, persistent, pwstoreFast, text
, yesodAuth, yesodCore, yesodForm, yesodPersistent
}:
cabal.mkDerivation (self: {
pname = "yesod-auth-hashdb";
version = "1.4.0";
sha256 = "0z6gfm1dk03ap2ra7b9wd2jcsnfazcpk6vxcsx94vmb3a9jqx22l";
version = "1.4.1";
sha256 = "11biiylg2366vymx37asr7ibw8migwnkf3nj6lx1i94ldvs9kfd4";
buildDepends = [
cryptohash persistent pwstoreFast text yesodAuth yesodCore
yesodForm yesodPersistent
];
testDepends = [ hspec text ];
meta = {
homepage = "http://www.yesodweb.com/";
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;