Skip to content

Commit 20e5338

Browse files
Bump doctest upper bound. (#20)
1 parent 885723b commit 20e5338

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

co-log-core.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ tested-with: GHC == 8.2.2
4040
GHC == 8.10.7
4141
GHC == 9.0.2
4242
GHC == 9.2.1
43+
GHC == 9.2.2
4344

4445
source-repository head
4546
type: git
@@ -100,5 +101,5 @@ test-suite doctest
100101
type: exitcode-stdio-1.0
101102
hs-source-dirs: test
102103
main-is: Doctests.hs
103-
build-depends: doctest >= 0.16.0 && < 0.19
104+
build-depends: doctest >= 0.16.0 && < 0.21
104105
, Glob ^>= 0.10.0

0 commit comments

Comments
 (0)