Remove St from doctest list
Getty Ritter
7 years ago
1 changed file(s) with
0 addition(s)
and
1 deletion(s)
.
Collapse all
Expand all
+0
-1
test/doctest/Main.hs
less
more
5
5
main :: IO ()
6
6
main = do
7
7
doctest [ "src/Data/Ini/Config.hs", "-XOverloadedStrings" ]
8
doctest [ "src/Data/Ini/Config/St.hs", "-XRankNTypes", "-XOverloadedStrings" ]