Skip to content

Commit

Permalink
bump cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 18, 2023
1 parent c8b4ab3 commit bb0d498
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ in {
config.internal.hixCli = {

overrides = {hackage, source, minimal, unbreak, jailbreak, ...}: {
exon = unbreak;
exon = hackage "1.5.0.0" "07jawnnmpdqfnvmayv64xc4n0j9mbcgdyyqsg3dn3a3z1f4fxnfm";
flatparse = hackage "0.5.0.1" "0y6axksh2hqp8v58676a7zmwf0in7v6hmyfv8sfdx4x0acq2vjhr";
} // (
if config.internal.hixCli.dev
then { hix = minimal (source.package ../. "hix"); }
else { hix = jailbreak (minimal (hackage "0.6.1" "0vm0mvzq0ngin83vvicbn5wcl3zibikxs0mydrls56zdm1ns75wp")); }
else { hix = jailbreak (minimal (hackage "0.6.2" "1f1qszzriap9m8sf4v3ycj4zvv54v3rkd480vfnw35ajswqjzjhw")); }
);

ghc = {
Expand Down

0 comments on commit bb0d498

Please sign in to comment.