Skip to content

Commit

Permalink
feat: upgrade to ghc66O (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLorimer authored Sep 2, 2024
1 parent 3cd089c commit 36c3113
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Build 🔧
run: |
nix run
nix develop -c build-forest
- name: Upload 📁
uses: actions/upload-pages-artifact@main
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
function rec {
inherit system;
pkgs = nixpkgs.legacyPackages.${system};
supportedGHCVersion = "928";
supportedGHCVersion = "96";
compilerVersion = "ghc${supportedGHCVersion}";
hsPkgs = pkgs.haskell.packages.${compilerVersion}.override {
overrides = hfinal: hprev: {
Expand Down

0 comments on commit 36c3113

Please sign in to comment.