Skip to content

Commit

Permalink
Drop ghc99
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Apr 14, 2024
1 parent e790422 commit 451c205
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- ghc92
- ghc96
- ghc98
- ghc99
target-platform:
- ""
- "-static"
Expand Down
3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
"ghc92"
"ghc94"
"ghc96"
"ghc98"
"ghc99"] (short-name: rec {
"ghc98"] (short-name: rec {
inherit pkgs self toolsModule;
compiler-nix-name = pkgs.haskell-nix.resolve-compiler-name short-name;
compiler = pkgs.buildPackages.haskell-nix.compiler.${compiler-nix-name};
Expand Down

0 comments on commit 451c205

Please sign in to comment.