Skip to content

Commit

Permalink
Support doctest-0.12
Browse files Browse the repository at this point in the history
For commercialhaskell/stackage#2663.

Also, add a library dependency in the test suite to work around ulidtko/cabal-doctest#19.
  • Loading branch information
RyanGlScott committed Jul 28, 2017
1 parent 54f4ea4 commit ea5118b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
next
----
* Support `doctest-0.12`

2
-
* GHC 8.0 and 8.2 support
Expand Down
3 changes: 2 additions & 1 deletion bound.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ test-suite doctests
ghc-options: -Wall -threaded
build-depends:
base,
doctest >= 0.11.2 && < 0.12,
bound,
doctest >= 0.11.2 && < 0.13,
vector >= 0.9 && < 0.13,
void

0 comments on commit ea5118b

Please sign in to comment.