Skip to content

Commit 6826f1c

Browse files
committed
Build and test on 9.8.1
1 parent 1ca6605 commit 6826f1c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- "9.2.8"
2929
- "9.4.5"
3030
- "9.6.2"
31+
- "9.8.1"
3132

3233
steps:
3334
- uses: actions/checkout@v2

explainable-predicates.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ maintainer: Chris Smith <[email protected]>
2020

2121
extra-source-files: CHANGELOG.md, README.md
2222

23-
tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.5 || == 9.6.2
23+
tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.8 || == 9.4.5 || == 9.6.2 || == 9.8.1
2424

2525
source-repository head
2626
type: git
@@ -56,9 +56,9 @@ library
5656
Test.Predicates.Internal.FlowMatcher
5757
other-modules: Test.Predicates.Internal.Util
5858
build-depends: array >= 0.5.2 && < 0.6,
59-
base >=4.12.0 && < 4.19,
59+
base >=4.12.0 && < 4.20,
6060
syb >= 0.7.2 && < 0.8,
61-
template-haskell >= 2.13.0 && < 2.21,
61+
template-haskell >= 2.13.0 && < 2.22,
6262
hs-source-dirs: src
6363
default-language: Haskell2010
6464
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns

0 commit comments

Comments
 (0)