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 cee00e6 commit abf143e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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`

0.3.4.1
-------
* Fix a typo in the `doctests` for `mapMonotonic`
Expand Down
5 changes: 3 additions & 2 deletions heaps.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ test-suite doctests
build-depends:
base,
directory >= 1.0 && < 1.4,
doctest >= 0.9 && <= 0.12,
filepath
doctest >= 0.9 && < 0.13,
filepath,
heaps
ghc-options: -Wall
hs-source-dirs: tests

0 comments on commit abf143e

Please sign in to comment.