diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/GhcSession.hs | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs index ca91dd4..a4ccac8 100644 --- a/tests/GhcSession.hs +++ b/tests/GhcSession.hs @@ -152,8 +152,9 @@ compileModule nb ep opts = do             ChExeEntrypoint m'  ms    ->               let -               -- The options first clear out includes, then put in the build dir. We want the -               -- first one after that, so "regex-example" in the following case +               -- The options first clear out includes, then put in the build +               -- dir. We want the first one after that, so "regex-example" in +               -- the following case                 --                 -- ,"-i"                 -- ,"-idist/build/regex-example" | 
