persistent-postgresql: jailbrek to fix build with recent postgresql-libpq

This commit is contained in:
Peter Simons 2014-03-05 15:25:13 +01:00
parent f5b3367e92
commit a9056be563

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
aeson blazeBuilder 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";