Skip to content

Commit

Permalink
Bump polysemy-conc
Browse files Browse the repository at this point in the history
New versions:

* polysemy-conc-0.14.1.0 [old range matches]
  • Loading branch information
tek committed May 30, 2024
1 parent 3851b51 commit f07197f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ops/managed.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
di-polysemy = "0.2.0.0";
incipit-core = "0.6.0.0";
polysemy = "1.9.1.3";
polysemy-conc = "0.14.0.0";
polysemy-conc = "0.14.1.0";
polysemy-plugin = "0.4.5.2";
polysemy-test = "0.10.0.0";
polysemy-time = "0.7.0.0";
Expand Down Expand Up @@ -149,8 +149,8 @@
hash = "0gmngb4pinkpbsnclrgs6x016ffnls1g4xzz0hdzg2rpyl63d5ph";
};
polysemy-conc = {
version = "0.14.0.0";
hash = "04z9pjcic50w3sih4slfx4x1cfx1r9hfa45gbwiy6v63pg3jc7pq";
version = "0.14.1.0";
hash = "0lzgw6dqhw0dv00bn9aasys2v8iddxyck5vmpglrp92chba55jxv";
};
polysemy-resume = {
version = "0.9.0.0";
Expand Down
10 changes: 5 additions & 5 deletions ops/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,24 @@ mkDerivation {
;
polysemy-conc = {
meta = {
sha256 = "04z9pjcic50w3sih4slfx4x1cfx1r9hfa45gbwiy6v63pg3jc7pq";
ver = "0.14.0.0";
sha256 = "0lzgw6dqhw0dv00bn9aasys2v8iddxyck5vmpglrp92chba55jxv";
ver = "0.14.1.0";
};
drv = { mkDerivation, async, base, hedgehog, incipit-core, lib, polysemy
, polysemy-plugin, polysemy-resume, polysemy-test, polysemy-time
, stm, stm-chans, tasty, tasty-hedgehog, time, torsor, unagi-chan
}:
mkDerivation {
pname = "polysemy-conc";
version = "0.14.0.0";
src = /nix/store/9fg8k5bs0n777v5fgxsw5jxqcidhhcf7-source;
version = "0.14.1.0";
src = /nix/store/xi7sav0g2qpr85z5k0ds7k7f5w5b16gj-source;
libraryHaskellDepends = [
async base incipit-core polysemy polysemy-resume polysemy-time stm
stm-chans torsor unagi-chan
];
testHaskellDepends = [
async base hedgehog incipit-core polysemy polysemy-plugin
polysemy-test polysemy-time tasty tasty-hedgehog time
polysemy-test polysemy-time tasty tasty-hedgehog time torsor
];
homepage = "https://github.com/tek/polysemy-conc#readme";
description = "Polysemy effects for concurrency";
Expand Down

0 comments on commit f07197f

Please sign in to comment.