diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-10-26 04:19:48 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-10-27 20:48:56 +0200 |
commit | 385685dc9da4d95e39e17a323a69d12f1204c951 (patch) | |
tree | 9d4b8089d1729baefb91324b4401a8508c41c08c /tests | |
parent | dfec1a97d8efde1fd4995f302bb0d16423cf1afd (diff) |
Add some comments
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" |