1
0
forked from GitHub/gf-core

Eliminate warnings about deprecated use of catch and try

This is also needed for compatibility with GHC 7.6.
This commit is contained in:
hallgren
2012-11-08 15:53:46 +00:00
parent ad74dfe527
commit c2b7288411
7 changed files with 29 additions and 5 deletions

View File

@@ -23,6 +23,8 @@ module GF.Compile.ReadFiles
gfoFile,gfFile,isGFO,gf2gfo,
getOptionsFromFile) where
import Prelude hiding (catch)
import GF.System.Catch
import GF.Infra.UseIO
import GF.Infra.Option
import GF.Infra.Ident