haskell-resourcet: jail-break to support current versions of lifted-base

This commit is contained in:
Peter Simons 2012-10-08 11:15:03 +02:00
parent 3ed8a0c9dc
commit 5387c50157

View File

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ buildDepends = [
liftedBase monadControl mtl transformers transformersBase liftedBase monadControl mtl transformers transformersBase
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://github.com/snoyberg/conduit"; homepage = "http://github.com/snoyberg/conduit";
description = "Deterministic allocation and freeing of scarce resources"; description = "Deterministic allocation and freeing of scarce resources";