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

and ghc 8.10.7

parent f14d5197
No related branches found
No related tags found
1 merge request!56Add coverage against more GHC versions to CI
......@@ -28,6 +28,11 @@ hlint:
- |
nix run .#cabal-test-865
"cabal-build-and-test-8.10.7":
script:
- |
nix run .#cabal-test-8107
# Use nix to build the library and test suite and run the test suite.
nix-build-and-test:
script: >-
......
......@@ -64,6 +64,7 @@
# Using the working directory of `nix run`, do a build with cabal and
# then run the test suite.
apps.cabal-test-865 = mkCabalTest "ghc865Binary";
apps.cabal-test-8107 = mkCabalTest "ghc8107";
apps.release = {
type = "app";
......
......@@ -22,7 +22,7 @@ extra-source-files:
ChangeLog.md
README.md
tested-with: GHC ==8.6.5
tested-with: GHC ==8.6.5 || ==8.10.7
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