Skip to content

Commit

Permalink
add GHC 9.10 to Nix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Sep 28, 2024
1 parent 2a42bc2 commit 39fad47
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
perSystem = { self', pkgs, config, ... }: {
packages.default = self'.packages.ghc98-binrep;
devShells.default = self'.devShells.ghc98;
haskellProjects.ghc910 = {
basePackages = pkgs.haskell.packages.ghc98;
# v https:/phadej/defun/pull/5
settings.defun-core.jailbreak = true;
settings.strongweak.broken = false;
settings.text-icu.check = false; # 2025-09-25: one test fails???
packages.bytezap.source = inputs.bytezap;
devShell = defDevShell "ghc98";
};
haskellProjects.ghc98 = {
basePackages = pkgs.haskell.packages.ghc98;
settings.strongweak.broken = false;
Expand Down

0 comments on commit 39fad47

Please sign in to comment.