Skip to content

Commit 692de04

Browse files
screw ghc 8.10
1 parent 8229836 commit 692de04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
strategy:
4242
matrix:
43-
ghc-version: [latest, 9.12, "9.10", 9.8, 9.6, 9.4, 9.2, 9.0, "8.10"]
43+
ghc-version: [latest, 9.12, "9.10", 9.8, 9.6, 9.4, 9.2, 9.0]
4444
os: [ubuntu-latest]
4545
fail-fast: false
4646

quickcheck-dynamic/quickcheck-dynamic.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license-files:
66
LICENSE
77
NOTICE
88

9+
Tested-with: GHC >= 9.0 && < 9.13
910
maintainer: sebastian.nagel@iohk.io
1011
author: Ulf Norell
1112
category: Testing

0 commit comments

Comments
 (0)