Skip to content

Commit

Permalink
Change default compiler to GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
queezle42 committed Dec 20, 2023
1 parent f287daf commit d202ea0
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 @@ -19,7 +19,7 @@
packages = forAllSystems (system:
let
pkgs = import nixpkgs { inherit system; overlays = [ self.overlays.default ]; };
haskellPackages = getHaskellPackages pkgs "ghc94.";
haskellPackages = getHaskellPackages pkgs "ghc96.";
results = {
precise-side-effects = haskellPackages.precise-side-effects;
quasar = haskellPackages.quasar;
Expand Down Expand Up @@ -67,7 +67,7 @@
quasar-web-client = final.emptyDirectory;
})
]; };
haskellPackages = getHaskellPackages pkgs "ghc94.";
haskellPackages = getHaskellPackages pkgs "ghc96.";
in rec {
default = haskellPackages.shellFor {
packages = hpkgs: [
Expand Down

0 comments on commit d202ea0

Please sign in to comment.