Merge pull request #5790 from k0ral/lifted-async
monad-control: 0.3.3.0 -> 1.0.0.1 + reverse dependency upgrades. Feel free to revert if this patch turns out to be a bad idea!
This commit is contained in:
commit
d1dc080f7c
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "either";
|
pname = "either";
|
||||||
version = "4.3.2";
|
version = "4.3.2.1";
|
||||||
sha256 = "0bmw4qc263fs5ivf94qfzrq26v8kflb13gims7c474d4jhg8g0w1";
|
sha256 = "09c1xal7d6azw0cc8mwi0ry8blysg29cmyfipdhg1b7vzyjavv22";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
bifunctors exceptions free monadControl MonadRandom mtl profunctors
|
bifunctors exceptions free monadControl MonadRandom mtl profunctors
|
||||||
semigroupoids semigroups transformers transformersBase
|
semigroupoids semigroups transformers transformersBase
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# 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, async, HUnit, liftedBase, monadControl, mtl, tasty
|
{ cabal, async, constraints, HUnit, liftedBase, monadControl, mtl, tasty
|
||||||
, tastyHunit, tastyTh, transformersBase
|
, tastyHunit, tastyTh, transformersBase
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "lifted-async";
|
pname = "lifted-async";
|
||||||
version = "0.2.0.2";
|
version = "0.6.0.1";
|
||||||
sha256 = "07sqgd3lxplfwrpys4jhz0068sx99765lpx8n4nj3k117z32slgf";
|
sha256 = "12qbibsl26njx6m1dq12gqfb15rkyag23c1vkcinlk301a0cvsmf";
|
||||||
buildDepends = [ async liftedBase monadControl transformersBase ];
|
buildDepends = [ async constraints liftedBase monadControl transformersBase ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
async HUnit liftedBase monadControl mtl tasty tastyHunit tastyTh
|
async HUnit liftedBase monadControl mtl tasty tastyHunit tastyTh
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "lifted-base";
|
pname = "lifted-base";
|
||||||
version = "0.2.3.1";
|
version = "0.2.3.3";
|
||||||
sha256 = "1ga2kvacb44syvv1l0gaqyzlp12h7rrqn8k5fvy7ca5ffxwy5472";
|
sha256 = "1n015i21pyh1ksrdiy105c9sw3gm3yvmlwv1sajy7nvpxb2xdjc3";
|
||||||
buildDepends = [ monadControl transformersBase ];
|
buildDepends = [ monadControl transformersBase ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
HUnit monadControl testFramework testFrameworkHunit transformers
|
HUnit monadControl testFramework testFrameworkHunit transformers
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "monad-control";
|
pname = "monad-control";
|
||||||
version = "0.3.3.0";
|
version = "1.0.0.1";
|
||||||
sha256 = "0vjff64iwnd9vplqfjyylbd900qmsr92h62hnh715wk06yacji7g";
|
sha256 = "1332wravhjhcbj0jh3z1hg2dyfxlkqyb3rv6zdkgz49h2pfjlfbn";
|
||||||
buildDepends = [ transformers transformersBase ];
|
buildDepends = [ transformers transformersBase ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/basvandijk/monad-control";
|
homepage = "https://github.com/basvandijk/monad-control";
|
||||||
|
|
Loading…
Reference in New Issue