From e30a3bbf008edf5368f246deac61ba887eba8800 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 28 Jul 2017 18:37:05 -0400 Subject: [PATCH] Add a library dependency for the doctests test suite Work around phadej/cabal-doctest#19. --- CHANGELOG.markdown | 4 ++++ lens-action.cabal | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 302a18c..c28761f 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -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 diff --git a/lens-action.cabal b/lens-action.cabal index 29bd763..0865261 100644 --- a/lens-action.cabal +++ b/lens-action.cabal @@ -78,4 +78,5 @@ test-suite doctests base, doctest >= 0.9.1, filepath, - directory + directory, + lens-action