Skip to content

Commit

Permalink
bump polysemy-test
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 23, 2023
1 parent 3e45fa3 commit 1d9a309
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
gen-overrides.enable = true;

envs.dev.overrides = { hackage, ... }: {
polysemy-test = hackage "0.8.0.1" "0fcaxq7l9dl3ha9m90fjzsf0vdbf478x17249s7x1k7qh3jz9s7a";
polysemy-test = hackage "0.9.0.0" "1adkp48v04klsjyv8846w7ryf1fiqxb4ga69mps9vg2bp9fj5i7j";
polysemy = hackage "1.9.1.2" "01vkiqxcjvvihgg8dvws76sfg0d98z8xyvpnj3g3nz02i078xf8j";
polysemy-plugin = hackage "0.4.5.1" "0afmx1vdgmvggk4sb4av91qnm8b3hr2kb4adcj9fhzq2w50393bc";
};
Expand Down
16 changes: 8 additions & 8 deletions ops/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@ mkDerivation {
;
polysemy-test = {
meta = {
sha256 = "0fcaxq7l9dl3ha9m90fjzsf0vdbf478x17249s7x1k7qh3jz9s7a";
ver = "0.8.0.1";
sha256 = "1adkp48v04klsjyv8846w7ryf1fiqxb4ga69mps9vg2bp9fj5i7j";
ver = "0.9.0.0";
};
drv = { mkDerivation, base, hedgehog, incipit-core, lib, path, path-io
, polysemy, tasty, tasty-hedgehog, transformers
}:
mkDerivation {
pname = "polysemy-test";
version = "0.8.0.1";
src = /nix/store/w5kg10xp9qvvv01jc8q9dhxp8shdx4r0-source;
version = "0.9.0.0";
src = /nix/store/jjk10ix28006wr8ljfv4pj6k76xckpsn-source;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base hedgehog incipit-core path path-io polysemy tasty
Expand Down Expand Up @@ -270,16 +270,16 @@ mkDerivation {
;
polysemy-test = {
meta = {
sha256 = "0fcaxq7l9dl3ha9m90fjzsf0vdbf478x17249s7x1k7qh3jz9s7a";
ver = "0.8.0.1";
sha256 = "1adkp48v04klsjyv8846w7ryf1fiqxb4ga69mps9vg2bp9fj5i7j";
ver = "0.9.0.0";
};
drv = { mkDerivation, base, hedgehog, incipit-core, lib, path, path-io
, polysemy, tasty, tasty-hedgehog, transformers
}:
mkDerivation {
pname = "polysemy-test";
version = "0.8.0.1";
src = /nix/store/w5kg10xp9qvvv01jc8q9dhxp8shdx4r0-source;
version = "0.9.0.0";
src = /nix/store/jjk10ix28006wr8ljfv4pj6k76xckpsn-source;
enableSeparateDataOutput = true;
libraryHaskellDepends = [
base hedgehog incipit-core path path-io polysemy tasty
Expand Down

0 comments on commit 1d9a309

Please sign in to comment.