mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
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
4 changed files with 10 additions and 10 deletions
|
@ -7,8 +7,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "either";
|
||||
version = "4.3.2";
|
||||
sha256 = "0bmw4qc263fs5ivf94qfzrq26v8kflb13gims7c474d4jhg8g0w1";
|
||||
version = "4.3.2.1";
|
||||
sha256 = "09c1xal7d6azw0cc8mwi0ry8blysg29cmyfipdhg1b7vzyjavv22";
|
||||
buildDepends = [
|
||||
bifunctors exceptions free monadControl MonadRandom mtl profunctors
|
||||
semigroupoids semigroups transformers transformersBase
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# 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
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "lifted-async";
|
||||
version = "0.2.0.2";
|
||||
sha256 = "07sqgd3lxplfwrpys4jhz0068sx99765lpx8n4nj3k117z32slgf";
|
||||
buildDepends = [ async liftedBase monadControl transformersBase ];
|
||||
version = "0.6.0.1";
|
||||
sha256 = "12qbibsl26njx6m1dq12gqfb15rkyag23c1vkcinlk301a0cvsmf";
|
||||
buildDepends = [ async constraints liftedBase monadControl transformersBase ];
|
||||
testDepends = [
|
||||
async HUnit liftedBase monadControl mtl tasty tastyHunit tastyTh
|
||||
];
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "lifted-base";
|
||||
version = "0.2.3.1";
|
||||
sha256 = "1ga2kvacb44syvv1l0gaqyzlp12h7rrqn8k5fvy7ca5ffxwy5472";
|
||||
version = "0.2.3.3";
|
||||
sha256 = "1n015i21pyh1ksrdiy105c9sw3gm3yvmlwv1sajy7nvpxb2xdjc3";
|
||||
buildDepends = [ monadControl transformersBase ];
|
||||
testDepends = [
|
||||
HUnit monadControl testFramework testFrameworkHunit transformers
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "monad-control";
|
||||
version = "0.3.3.0";
|
||||
sha256 = "0vjff64iwnd9vplqfjyylbd900qmsr92h62hnh715wk06yacji7g";
|
||||
version = "1.0.0.1";
|
||||
sha256 = "1332wravhjhcbj0jh3z1hg2dyfxlkqyb3rv6zdkgz49h2pfjlfbn";
|
||||
buildDepends = [ transformers transformersBase ];
|
||||
meta = {
|
||||
homepage = "https://github.com/basvandijk/monad-control";
|
||||
|
|
Loading…
Reference in a new issue