From 57ab2f6792c9e018c9f3ab48f6a181a23713d63f Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 20 Sep 2019 13:27:09 -0400 Subject: [PATCH] Link the doctests against the lib. --- semantic-source/semantic-source.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/semantic-source/semantic-source.cabal b/semantic-source/semantic-source.cabal index c53eaab6b..b24b08786 100644 --- a/semantic-source/semantic-source.cabal +++ b/semantic-source/semantic-source.cabal @@ -51,7 +51,8 @@ test-suite doctest main-is: Doctest.hs build-depends: base - , doctest >=0.7 && <1.0 + , doctest >= 0.7 && <1.0 + , semantic-source hs-source-dirs: test source-repository head