haskell-MonadCatchIO-mtl: update to version 0.3.1.0
This commit is contained in:
parent
3abcd7e268
commit
3e376d5780
@ -1,10 +1,10 @@
|
||||
{ cabal, extensibleExceptions, mtl }:
|
||||
{ cabal, extensibleExceptions, MonadCatchIOTransformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "MonadCatchIO-mtl";
|
||||
version = "0.3.0.5";
|
||||
sha256 = "01c2xif4aly2lmg2qkri791ignq3r2qg4xbc8m06cdm6gh5a2dqp";
|
||||
buildDepends = [ extensibleExceptions mtl ];
|
||||
version = "0.3.1.0";
|
||||
sha256 = "0qarf73c8zq8dgvxdiwqybpjfy8gba9vf4k0skiwyk5iphilxhhq";
|
||||
buildDepends = [ extensibleExceptions MonadCatchIOTransformers ];
|
||||
meta = {
|
||||
homepage = "http://darcsden.com/jcpetruzza/MonadCatchIO-mtl";
|
||||
description = "Monad-transformer version of the Control.Exception module";
|
||||
|
Loading…
Reference in New Issue
Block a user