haskell-persistent-postgresql: jailbreak to fix build with latest version of postgres-simple

This commit is contained in:
Peter Simons 2013-03-28 01:44:30 +01:00
parent 71b00ef300
commit 7d64583919

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
aeson conduit monadControl persistent postgresqlLibpq
postgresqlSimple text time transformers
];
jailbreak = true;
meta = {
homepage = "http://www.yesodweb.com/book/persistent";
description = "Backend for the persistent library using postgresql";