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
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
extraLibraries = [ sqlite ];
|
extraLibraries = [ sqlite ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/persistent";
|
homepage = "http://www.yesodweb.com/book/persistent";
|
||||||
description = "Type-safe, multi-backend data serialization";
|
description = "Type-safe, multi-backend data serialization";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user