Skip to content

Commit

Permalink
bump default ghcVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Sep 2, 2023
1 parent 019426f commit 5e3a8e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions modules/cabal-component.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ let

suff = if suffix == null then "" else config.${suffix};

envModule = import ./env.nix { inherit global util; };

in {

options = with types; {
Expand Down
2 changes: 1 addition & 1 deletion modules/envs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in {
The GHC versions for which to create envs, specified by their attribute names in `pkgs.haskell.packages`.
'';
type = listOf str;
default = ["ghc810" "ghc90" "ghc92" "ghc94"];
default = ["ghc90" "ghc92" "ghc94" "ghc96"];
};

devGhc = mkOption {
Expand Down

0 comments on commit 5e3a8e3

Please sign in to comment.