haskell-yesod-auth: jail-break to support current versions of lifted-base

This commit is contained in:
Peter Simons 2012-10-08 11:16:16 +02:00
parent 5387c50157
commit 3e5dc7a950

View file

@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
unorderedContainers wai yesodCore yesodForm yesodJson
yesodPersistent
];
jailbreak = true;
meta = {
homepage = "http://www.yesodweb.com/";
description = "Authentication for Yesod";