haskell-resourcet: jail-break to support current versions of lifted-base
This commit is contained in:
parent
3ed8a0c9dc
commit
5387c50157
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user