mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-yesod-auth: jail-break to support current versions of lifted-base
This commit is contained in:
parent
5387c50157
commit
3e5dc7a950
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue