From ea5118b983d9c59072b11cbe00cb7a717c4fdc3b Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 28 Jul 2017 19:16:11 -0400 Subject: [PATCH] Support doctest-0.12 For fpco/stackage#2663. Also, add a library dependency in the test suite to work around phadej/cabal-doctest#19. --- CHANGELOG.markdown | 4 ++++ bound.cabal | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 3c88e08..ab7a199 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,7 @@ +next +---- +* Support `doctest-0.12` + 2 - * GHC 8.0 and 8.2 support diff --git a/bound.cabal b/bound.cabal index 5589a0a..735c5ed 100644 --- a/bound.cabal +++ b/bound.cabal @@ -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