Skip to content
Snippets Groups Projects
Commit 10bba685 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

and ghc 9.0.2

parent fde08ad7
No related branches found
No related tags found
1 merge request!56Add coverage against more GHC versions to CI
......@@ -33,6 +33,11 @@ hlint:
- |
nix run .#cabal-test-8107
"cabal-build-and-test-9.0.2":
script:
- |
nix run .#cabal-test-902
# Use nix to build the library and test suite and run the test suite.
nix-build-and-test:
script: >-
......
......@@ -65,6 +65,7 @@
# then run the test suite.
apps.cabal-test-865 = mkCabalTest "ghc865Binary";
apps.cabal-test-8107 = mkCabalTest "ghc8107";
apps.cabal-test-902 = mkCabalTest "ghc902";
apps.release = {
type = "app";
......
......@@ -22,7 +22,7 @@ extra-source-files:
ChangeLog.md
README.md
tested-with: GHC ==8.6.5 || ==8.10.7
tested-with: GHC ==8.6.5 || ==8.10.7 || ==9.0.2
source-repository head
type: git
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment