We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b425e commit e074ce6Copy full SHA for e074ce6
.github/workflows/haskell-ci.yml
@@ -88,6 +88,11 @@ jobs:
88
compilerVersion: 8.0.2
89
setup-method: hvr-ppa
90
allow-failure: false
91
+ - compiler: ghc-7.10.3
92
+ compilerKind: ghc
93
+ compilerVersion: 7.10.3
94
+ setup-method: hvr-ppa
95
+ allow-failure: false
96
fail-fast: false
97
steps:
98
- name: apt
ghc-trace-events.cabal
@@ -37,8 +37,8 @@ extra-source-files:
37
README.md
38
extra-doc-files:
39
CHANGELOG.md
40
-tested-with:
41
- GHC == 8.0.2
+tested-with: GHC == 7.10.3
+ || == 8.0.2
42
|| == 8.2.2
43
|| == 8.4.4
44
|| == 8.6.5
0 commit comments