18250b97ae
had added him earlier.
22 lines
714 B
Nix
22 lines
714 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, exceptions, hspec, liftedBase, mmorph, monadControl, mtl
|
|
, transformers, transformersBase
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "resourcet";
|
|
version = "1.1.2.3";
|
|
sha256 = "1n1z1q3k8lg3wqdkrmcfl9mvlx1p81gkh5j911w1006rnm8r87im";
|
|
buildDepends = [
|
|
exceptions liftedBase mmorph monadControl mtl transformers
|
|
transformersBase
|
|
];
|
|
testDepends = [ hspec liftedBase transformers ];
|
|
meta = {
|
|
homepage = "http://github.com/snoyberg/conduit";
|
|
description = "Deterministic allocation and freeing of scarce resources";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|