Fixes for the haddock documentation

This commit is contained in:
hallgren
2014-10-15 20:42:36 +00:00
parent 4829dacee8
commit e0c0ff0020
8 changed files with 15 additions and 12 deletions

View File

@@ -41,6 +41,7 @@ link opts (cnc,_,gr) =
srcAbsName gr cnc = err (const cnc) id $ abstractOfConcrete gr cnc
-- | Compile the given grammar files and everything they depend on
batchCompile :: Options -> [FilePath] -> IOE (Ident,UTCTime,SourceGrammar)
batchCompile opts files = do
(gr,menv) <- foldM (compileModule opts) emptyCompileEnv files