haskell-persistent-template: jailbreak to fix build with transformers 0.4.x
This commit is contained in:
parent
5062c9147e
commit
7c89fcc501
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
|||||||
testDepends = [
|
testDepends = [
|
||||||
aeson hspec persistent QuickCheck text transformers
|
aeson hspec persistent QuickCheck text transformers
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/persistent";
|
homepage = "http://www.yesodweb.com/book/persistent";
|
||||||
description = "Type-safe, non-relational, multi-backend persistence";
|
description = "Type-safe, non-relational, multi-backend persistence";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user