haskell-monad-control: update to 1.0.0.2
This commit is contained in:
parent
da0207b75c
commit
b4bd89eccf
@ -1,12 +1,12 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, transformers, transformersBase }:
|
{ cabal, stm, transformers, transformersBase }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monad-control";
|
pname = "monad-control";
|
||||||
version = "1.0.0.1";
|
version = "1.0.0.2";
|
||||||
sha256 = "1332wravhjhcbj0jh3z1hg2dyfxlkqyb3rv6zdkgz49h2pfjlfbn";
|
sha256 = "13l9gq00pjlp1b2g9xzfavl6zibi2s195f234rmhzbsb14yhzgnr";
|
||||||
buildDepends = [ transformers transformersBase ];
|
buildDepends = [ stm transformers transformersBase ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/basvandijk/monad-control";
|
homepage = "https://github.com/basvandijk/monad-control";
|
||||||
description = "Lift control operations, like exception catching, through monad transformers";
|
description = "Lift control operations, like exception catching, through monad transformers";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user