haskell-resourcet: update to version 1.1.0.1

This commit is contained in:
Peter Simons 2014-04-04 23:30:02 +02:00
parent 5ef1beb6d2
commit a9290ec05f

View File

@ -1,13 +1,14 @@
{ cabal, hspec, liftedBase, mmorph, monadControl, mtl, transformers { cabal, exceptions, hspec, liftedBase, mmorph, monadControl, mtl
, transformersBase , transformers, transformersBase
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "resourcet"; pname = "resourcet";
version = "0.4.10.2"; version = "1.1.0.1";
sha256 = "0k0l4909b30hc2apxgzjz1rxbqqkhqnqchz53wi6zyhvbh46ffh6"; sha256 = "02w2gz0zn039bz1ig91jd0zkg9w1nxpi3byh6ybdsnbyddwfy376";
buildDepends = [ buildDepends = [
liftedBase mmorph monadControl mtl transformers transformersBase exceptions liftedBase mmorph monadControl mtl transformers
transformersBase
]; ];
testDepends = [ hspec liftedBase transformers ]; testDepends = [ hspec liftedBase transformers ];
meta = { meta = {