Skip to content

Commit 14c1257

Browse files
authored
[#195] Allow doctest-0.17 (#196)
Resolves #195
1 parent 26f26e3 commit 14c1257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

co-log-core/co-log-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ test-suite doctest
9191
type: exitcode-stdio-1.0
9292
hs-source-dirs: test
9393
main-is: Doctests.hs
94-
build-depends: doctest ^>= 0.16.0
94+
build-depends: doctest >= 0.16.0 && < 0.18
9595
, Glob ^>= 0.10.0

0 commit comments

Comments
 (0)