Skip to content

Commit e074ce6

Browse files
committed
Try addig back 7.10.3 to ci config
1 parent d1b425e commit e074ce6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/haskell-ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888
compilerVersion: 8.0.2
8989
setup-method: hvr-ppa
9090
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
9196
fail-fast: false
9297
steps:
9398
- name: apt

ghc-trace-events.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ extra-source-files:
3737
README.md
3838
extra-doc-files:
3939
CHANGELOG.md
40-
tested-with:
41-
GHC == 8.0.2
40+
tested-with: GHC == 7.10.3
41+
|| == 8.0.2
4242
|| == 8.2.2
4343
|| == 8.4.4
4444
|| == 8.6.5

0 commit comments

Comments
 (0)