1
1
mirror of https://github.com/coot/free-category.git synced 2024-08-16 09:30:46 +03:00

Test with ghc-8.10.4 (upgraded from 8.10.2)

This commit is contained in:
Marcin Szamotulski 2021-03-14 23:21:01 +01:00 committed by Marcin Szamotulski
parent 4056d5a712
commit 2404d78385
3 changed files with 4 additions and 4 deletions

View File

@ -28,5 +28,5 @@ jobs:
- name: "[GHC 8.8.4] free-category"
run: nix-build default.nix --argstr compiler ghc884 -A free-category
- name: "[GHC 8.10.2] free-category"
run: nix-build default.nix --argstr compiler ghc8102 -A free-category
- name: "[GHC 8.10.4] free-category"
run: nix-build default.nix --argstr compiler ghc8104 -A free-category

View File

@ -1,4 +1,4 @@
{ compiler ? "ghc8102"
{ compiler ? "ghc8104"
}:
let compiler-nix-name = compiler;

View File

@ -23,7 +23,7 @@ extra-source-files:
bench/report-O1.md
bench/report-O2.md
stability: experimental
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.2
tested-with: GHC==8.6.5, GHC==8.8.4, GHC==8.10.4
source-repository head
type: git