Test build with GHC 9.0.1

This commit is contained in:
Sebastian Estrella 2024-06-21 16:12:07 -05:00
parent 5da6fbbbd2
commit 46cf5b3ca3
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ jobs:
run: ./bin/${{ matrix.devShell }} -c ./script/haddock
docker:
if: false
uses: ./.github/workflows/reusable-docker.yml
with:
push: false

View File

@ -3,7 +3,7 @@
let
supportedGhcVersions = {
"8.10" = pkgs.haskell.ghc8107;
"9.0" = pkgs.haskell.ghc902;
"9.0" = pkgs.haskell.ghc901;
};
in
pkgs.mkShell {