haskell-persistent: jail-break to support current versions of lifted-base
This commit is contained in:
parent
0a9568df7b
commit
3ed8a0c9dc
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
||||
unorderedContainers vector
|
||||
];
|
||||
extraLibraries = [ sqlite ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/persistent";
|
||||
description = "Type-safe, multi-backend data serialization";
|
||||
|
Loading…
Reference in New Issue
Block a user