{ cabal, exceptions, hspec, liftedBase, mmorph, monadControl, mtl , transformers, transformersBase }: cabal.mkDerivation (self: { pname = "resourcet"; version = "1.1.2.1"; sha256 = "1nkgmkm1rwdb0knf0vs8p47flg97scfki775pdihjpsx87bhwwlr"; 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; maintainers = [ self.stdenv.lib.maintainers.andres ]; }; })