haskell-resourcet: update to version 0.4.0.2
This commit is contained in:
parent
fca7287491
commit
864924a65d
@ -4,12 +4,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "resourcet";
|
pname = "resourcet";
|
||||||
version = "0.4.0.1";
|
version = "0.4.0.2";
|
||||||
sha256 = "0idyb2xvjk9cbz9gy1gr6sw1mz6v9d8fgk0kw778n6k3h488dw9x";
|
sha256 = "0w4hm29dig6m4jm6y9zmyfnhwii7b88hqjqlvl6xmk5zxp1q7hc2";
|
||||||
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