We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918bfb4 commit 77ff50bCopy full SHA for 77ff50b
semantic-source/test/Doctest.hs
@@ -9,4 +9,4 @@ main :: IO ()
9
main = do
10
args <- getArgs
11
autogen <- fmap (<> "/build/doctest/autogen") <$> lookupEnv "HASKELL_DIST_DIR"
12
- doctest (maybe id ((:) . ("-i" <>)) autogen ("-isrc" : "--fast" : if null args then ["src"] else args))
+ doctest (maybe id ((:) . ("-i" <>)) autogen ("-isemantic-source/src" : "--fast" : if null args then ["semantic-source/src"] else args))
0 commit comments