try ghc982

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-25 01:44:21 -06:00
parent c7d0927b3f
commit 5e86915bd1

View File

@ -18,7 +18,7 @@
# The base package set representing a specific GHC version. # The base package set representing a specific GHC version.
# By default, this is pkgs.haskellPackages. # By default, this is pkgs.haskellPackages.
# You may also create your own. See https://community.flake.parts/haskell-flake/package-set # You may also create your own. See https://community.flake.parts/haskell-flake/package-set
basePackages = pkgs.haskellPackages; basePackages = pkgs.haskell.packages.ghc982;
# Extra package information. See https://community.flake.parts/haskell-flake/dependency # Extra package information. See https://community.flake.parts/haskell-flake/dependency
# #