Skip to content

Commit

Permalink
Add a library dependency for the doctests test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jul 28, 2017
1 parent 7e71c4b commit e30a3bb
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
----
* Add a library dependency for the `doctests` test suite

0.2.1
-----
* Revamp `Setup.hs` to use `cabal-doctest`. This makes it build
Expand Down
3 changes: 2 additions & 1 deletion lens-action.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ test-suite doctests
base,
doctest >= 0.9.1,
filepath,
directory
directory,
lens-action

0 comments on commit e30a3bb

Please sign in to comment.