Skip to content

Commit 7a84497

Browse files
authored
Merge pull request #118 from felixonmars/patch-3
Allow doctest 0.17
2 parents e9de561 + bc4ea51 commit 7a84497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-swagger.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ test-suite doctests
9797
build-depends:
9898
base,
9999
directory >= 1.0,
100-
doctest >= 0.11.1 && <0.17,
100+
doctest >= 0.11.1 && <0.18,
101101
servant,
102102
QuickCheck,
103103
filepath

0 commit comments

Comments
 (0)