Skip to content

Commit

Permalink
add GHC 9.10 to Nix flake
Browse files Browse the repository at this point in the history
Waiting on a defun-core update to support in Cabal.
  • Loading branch information
raehik committed Sep 25, 2024
1 parent 76aae39 commit 259a7a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
perSystem = { self', pkgs, config, ... }: {
packages.default = self'.packages.ghc98-strongweak;
devShells.default = self'.devShells.ghc98;
haskellProjects.ghc910 = {
basePackages = pkgs.haskell.packages.ghc910;
packages.finite-typelits.source = "0.2.1.0";
packages.vector-sized.source = "1.6.1";
settings.defun-core.jailbreak = true;
devShell = defDevShell "ghc910";
};
haskellProjects.ghc98 = {
basePackages = pkgs.haskell.packages.ghc98;
devShell = defDevShell "ghc98";
Expand Down

0 comments on commit 259a7a8

Please sign in to comment.