From 63093c32f33ad1fcfef10d2ef6ef010c2b5471e9 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 8 Nov 2012 15:53:46 +0000 Subject: Eliminate warnings about deprecated use of catch and try This is also needed for compatibility with GHC 7.6. --- src/compiler/GF/Compile/ReadFiles.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compiler/GF/Compile/ReadFiles.hs') diff --git a/src/compiler/GF/Compile/ReadFiles.hs b/src/compiler/GF/Compile/ReadFiles.hs index 276aa2975..9b23f67dc 100644 --- a/src/compiler/GF/Compile/ReadFiles.hs +++ b/src/compiler/GF/Compile/ReadFiles.hs @@ -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 -- cgit v1.2.3