Skip to content

Commit

Permalink
GHC 8.10 and 9.0 aren't in nixpkgs anymore?
Browse files Browse the repository at this point in the history
  • Loading branch information
iand675 committed May 29, 2024
1 parent 4ce7f25 commit 3c69b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@

devShells = rec {
default = ghc96;
ghc810 = mkShellForGHC "ghc810";
ghc90 = mkShellForGHC "ghc90";
# ghc810 = mkShellForGHC "ghc810";
# ghc90 = mkShellForGHC "ghc90";
ghc92 = mkShellForGHC "ghc92";
ghc94 = mkShellForGHC "ghc94";
ghc96 = mkShellForGHC "ghc96";
Expand Down

0 comments on commit 3c69b41

Please sign in to comment.