From f37cee0a40ab64eb3eb848bc40d97d865ebd3c5f Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 3 Aug 2017 00:15:37 -0700 Subject: [PATCH] Support doctest-0.13 https://github.com/fpco/stackage/issues/2663 --- ad.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ad.cabal b/ad.cabal index 846a592..567cd97 100644 --- a/ad.cabal +++ b/ad.cabal @@ -179,7 +179,7 @@ test-suite doctests ad, base, directory, - doctest >= 0.9.0.1 && < 0.13, + doctest >= 0.9.0.1 && < 0.14, filepath ghc-options: -Wall -threaded hs-source-dirs: tests