From 849642e9dd638082bb7b1d7b704200e01429233d Mon Sep 17 00:00:00 2001 From: bjorn Date: Wed, 15 Oct 2008 11:55:18 +0000 Subject: Merge ModuleOptions and Options. --- src/GF/Compile/ReadFiles.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GF/Compile/ReadFiles.hs') diff --git a/src/GF/Compile/ReadFiles.hs b/src/GF/Compile/ReadFiles.hs index 67535227b..19bcc013b 100644 --- a/src/GF/Compile/ReadFiles.hs +++ b/src/GF/Compile/ReadFiles.hs @@ -210,4 +210,4 @@ getOptionsFromFile file = do s <- ioeIO $ readFileIfStrict file let ls = filter (BS.isPrefixOf (BS.pack "--#")) $ BS.lines s fs = map (BS.unpack . BS.unwords . BS.words . BS.drop 3) ls - ioeErr $ liftM toOptions $ parseModuleOptions fs + ioeErr $ parseModuleOptions fs -- cgit v1.2.3