Skip to content

Commit

Permalink
Allow doctest-0.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle committed Dec 15, 2024
1 parent b1e015b commit 542c5ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- '9.0.2'
- '9.2.8'
- '9.4.8'
- '9.6.5'
- '9.8.2'
- '9.6.6'
- '9.8.4'
- '9.10.1'
exclude:
- os: macOS-latest
ghc: 9.8.2
ghc: 9.8.4
- os: macOS-latest
ghc: 9.6.5
ghc: 9.6.6
- os: macOS-latest
ghc: 9.4.8
- os: macOS-latest
Expand All @@ -54,9 +54,9 @@ jobs:
ghc: 8.2.2

- os: windows-latest
ghc: 9.8.2
ghc: 9.8.4
- os: windows-latest
ghc: 9.6.5
ghc: 9.6.6
- os: windows-latest
ghc: 9.4.8
- os: windows-latest
Expand Down
6 changes: 3 additions & 3 deletions co-log-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ tested-with: GHC == 8.2.2
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.5
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.8.4
GHC == 9.10.1

source-repository head
Expand Down Expand Up @@ -107,5 +107,5 @@ test-suite doctest
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Doctests.hs
build-depends: doctest >= 0.16.0 && < 0.23
build-depends: doctest >= 0.16.0 && < 0.24
, Glob ^>= 0.10.0

0 comments on commit 542c5ae

Please sign in to comment.