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 9743645 commit 9619181
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`

4.3.3
-----
* Revamp `Setup.hs` to use `cabal-doctest`. This makes it build
Expand Down
3 changes: 2 additions & 1 deletion ad.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,10 @@ test-suite doctests
type: exitcode-stdio-1.0
main-is: doctests.hs
build-depends:
ad,
base,
directory,
doctest >= 0.9.0.1 && <= 0.12,
doctest >= 0.9.0.1 && < 0.13,
filepath
ghc-options: -Wall -threaded
hs-source-dirs: tests
Expand Down

0 comments on commit 9619181

Please sign in to comment.