Rename GhcModLowLevel to GhcMod.Internal and document exposed items.

This commit is contained in:
Alan Zimmerman
2013-08-26 18:28:21 +02:00
parent a45bfb97b9
commit e487a535eb
6 changed files with 26 additions and 43 deletions

View File

@@ -21,6 +21,7 @@ import System.FilePath (normalise)
----------------------------------------------------------------
-- | A means to read the log
type LogReader = IO [String]
----------------------------------------------------------------