From 46cf5b3ca33f70eaef1d82d32f4dd7585334474f Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:12:07 -0500 Subject: [PATCH] Test build with GHC 9.0.1 --- .github/workflows/build.yml | 1 + shell.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3bb4cba..7f2d55ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,7 @@ jobs: run: ./bin/${{ matrix.devShell }} -c ./script/haddock docker: + if: false uses: ./.github/workflows/reusable-docker.yml with: push: false diff --git a/shell.nix b/shell.nix index b046d27b..e0f2095c 100644 --- a/shell.nix +++ b/shell.nix @@ -3,7 +3,7 @@ let supportedGhcVersions = { "8.10" = pkgs.haskell.ghc8107; - "9.0" = pkgs.haskell.ghc902; + "9.0" = pkgs.haskell.ghc901; }; in pkgs.mkShell {