Fix doctest to find imports.
Kevin Quick
6 years ago
1 changed file(s) with
1 addition(s)
and
1 deletion(s)
.
Collapse all
Expand all
+1
-1
test/doctest/Main.hs
less
more
4
4
5
5
main :: IO ()
6
6
main = do
7
doctest [ "src/Data/Ini/Config.hs", "-XOverloadedStrings"
]
7
doctest [ "src/Data/Ini/Config.hs", "-XOverloadedStrings"
, "-isrc"
]