Workaround for GHC 7.4 bugs

This commit is contained in:
Nikolay Yakimov
2015-06-09 12:45:27 +03:00
parent 3790fca20b
commit e72d72eb86
2 changed files with 5 additions and 2 deletions

View File

@@ -441,7 +441,7 @@ legacyInteractiveLoop symdbreq world = do
"load" -> loadMappedFile arg (MemoryMapping Nothing)
>> return ""
"unload" -> delMMappedFile arg
"unload" -> unloadMappedFile arg
>> return ""
"quit" -> liftIO $ exitSuccess