Skip to content

Commit

Permalink
bump hix
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 19, 2023
1 parent aa2ca65 commit 204c746
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 52 deletions.
16 changes: 8 additions & 8 deletions flake.lock

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

14 changes: 8 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@
gen-overrides.enable = true;
compiler = "ghc94";

envs.ghc96.overrides = { hackage, ... }: {
polysemy-resume = hackage "0.7.0.0" "1b9agh2qd0nrbd7cc5iabkzjb7g9lnzzy3pprvn33hr54va9p928";
envs.ghc96.overrides = {unbreak, ...}: {
polysemy-resume = unbreak;
};

envs.ghc94.overrides = { hackage, ... }: {
envs.ghc94.overrides = {hackage, ...}: {
polysemy = hackage "1.9.1.2" "01vkiqxcjvvihgg8dvws76sfg0d98z8xyvpnj3g3nz02i078xf8j";
polysemy-resume = hackage "0.7.0.0" "1b9agh2qd0nrbd7cc5iabkzjb7g9lnzzy3pprvn33hr54va9p928";
};

envs.ghc92.overrides = { hackage, ... }: {
polysemy-resume = hackage "0.7.0.0" "1b9agh2qd0nrbd7cc5iabkzjb7g9lnzzy3pprvn33hr54va9p928";
envs.ghc92.overrides = {hackage, unbreak, ...}: {
polysemy = hackage "1.9.1.2" "01vkiqxcjvvihgg8dvws76sfg0d98z8xyvpnj3g3nz02i078xf8j";
polysemy-resume = unbreak;
};

envs.dev.overrides = { hackage, ... }: {
envs.dev.overrides = {hackage, ...}: {
polysemy = hackage "1.9.1.2" "01vkiqxcjvvihgg8dvws76sfg0d98z8xyvpnj3g3nz02i078xf8j";
polysemy-plugin = hackage "0.4.5.1" "0afmx1vdgmvggk4sb4av91qnm8b3hr2kb4adcj9fhzq2w50393bc";
polysemy-resume = hackage "0.8.0.0" "1mh050fxlkvhdd8knf9dlakf3zqij3rxh8ac1zb6mwhp4j6y1dqn";
Expand Down
90 changes: 52 additions & 38 deletions ops/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,33 +142,72 @@ mkDerivation {
;
};
ghc92 = {
polysemy-resume = {
polysemy = {
meta = {
sha256 = "1b9agh2qd0nrbd7cc5iabkzjb7g9lnzzy3pprvn33hr54va9p928";
ver = "0.7.0.0";
sha256 = "01vkiqxcjvvihgg8dvws76sfg0d98z8xyvpnj3g3nz02i078xf8j";
ver = "1.9.1.2";
};
drv = { mkDerivation, base, incipit-core, lib, polysemy, polysemy-plugin
, polysemy-test, stm, tasty, transformers
drv = { mkDerivation, async, base, Cabal, cabal-doctest, containers
, doctest, first-class-families, hspec, hspec-discover
, inspection-testing, lib, mtl, stm, syb, template-haskell
, th-abstraction, transformers, type-errors, unagi-chan
}:
mkDerivation {
pname = "polysemy-resume";
version = "0.7.0.0";
src = /nix/store/2l5708xrry0mnv5znidx9affjinmpryq-source;
pname = "polysemy";
version = "1.9.1.2";
src = /nix/store/anfwczj25hh5zcm9y70vb1221wayi1v0-source;
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
base incipit-core polysemy transformers
async base containers first-class-families mtl stm syb
template-haskell th-abstraction transformers type-errors unagi-chan
];
testHaskellDepends = [
base incipit-core polysemy polysemy-plugin polysemy-test stm tasty
async base containers doctest first-class-families hspec
hspec-discover inspection-testing mtl stm syb template-haskell
th-abstraction transformers type-errors unagi-chan
];
homepage = "https://github.com/tek/polysemy-resume#readme";
description = "Polysemy error tracking";
license = "BSD-2-Clause-Patent";
testToolDepends = [ hspec-discover ];
homepage = "https://github.com/polysemy-research/polysemy#readme";
description = "Higher-order, low-boilerplate free monads";
license = lib.licenses.bsd3;
}
;
}
;
};
ghc94 = {
polysemy = {
meta = {
sha256 = "01vkiqxcjvvihgg8dvws76sfg0d98z8xyvpnj3g3nz02i078xf8j";
ver = "1.9.1.2";
};
drv = { mkDerivation, async, base, Cabal, cabal-doctest, containers
, doctest, first-class-families, hspec, hspec-discover
, inspection-testing, lib, mtl, stm, syb, template-haskell
, th-abstraction, transformers, type-errors, unagi-chan
}:
mkDerivation {
pname = "polysemy";
version = "1.9.1.2";
src = /nix/store/anfwczj25hh5zcm9y70vb1221wayi1v0-source;
setupHaskellDepends = [ base Cabal cabal-doctest ];
libraryHaskellDepends = [
async base containers first-class-families mtl stm syb
template-haskell th-abstraction transformers type-errors unagi-chan
];
testHaskellDepends = [
async base containers doctest first-class-families hspec
hspec-discover inspection-testing mtl stm syb template-haskell
th-abstraction transformers type-errors unagi-chan
];
testToolDepends = [ hspec-discover ];
homepage = "https://github.com/polysemy-research/polysemy#readme";
description = "Higher-order, low-boilerplate free monads";
license = lib.licenses.bsd3;
}
;
}
;
polysemy-resume = {
meta = {
sha256 = "1b9agh2qd0nrbd7cc5iabkzjb7g9lnzzy3pprvn33hr54va9p928";
Expand Down Expand Up @@ -300,31 +339,6 @@ mkDerivation {
}
;
}
;
polysemy-resume = {
meta = {
sha256 = "1b9agh2qd0nrbd7cc5iabkzjb7g9lnzzy3pprvn33hr54va9p928";
ver = "0.7.0.0";
};
drv = { mkDerivation, base, incipit-core, lib, polysemy, polysemy-plugin
, polysemy-test, stm, tasty, transformers
}:
mkDerivation {
pname = "polysemy-resume";
version = "0.7.0.0";
src = /nix/store/2l5708xrry0mnv5znidx9affjinmpryq-source;
libraryHaskellDepends = [
base incipit-core polysemy transformers
];
testHaskellDepends = [
base incipit-core polysemy polysemy-plugin polysemy-test stm tasty
];
homepage = "https://github.com/tek/polysemy-resume#readme";
description = "Polysemy error tracking";
license = "BSD-2-Clause-Patent";
}
;
}
;
};
hls = {
Expand Down

0 comments on commit 204c746

Please sign in to comment.