mirror of
https://github.com/coot/free-category.git
synced 2024-11-22 16:22:05 +03:00
Test with ghc-8.10.4 (upgraded from 8.10.2)
This commit is contained in:
parent
4056d5a712
commit
2404d78385
4
.github/workflows/posix.yml
vendored
4
.github/workflows/posix.yml
vendored
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ compiler ? "ghc8102"
|
||||
{ compiler ? "ghc8104"
|
||||
}:
|
||||
let compiler-nix-name = compiler;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user