mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Eliminate warnings about deprecated use of catch and try
This is also needed for compatibility with GHC 7.6.
This commit is contained in:
5
gf.cabal
5
gf.cabal
@@ -95,7 +95,7 @@ library
|
||||
Data.Binary.IEEE754
|
||||
|
||||
executable gf
|
||||
build-depends: base >= 4.2,
|
||||
build-depends: base >= 4.2 && <5,
|
||||
array,
|
||||
containers,
|
||||
bytestring,
|
||||
@@ -146,8 +146,9 @@ executable gf
|
||||
GF.Infra.Option
|
||||
GF.Infra.UseIO
|
||||
GF.Infra.CheckM
|
||||
GF.System.Signal
|
||||
GF.System.Catch
|
||||
GF.System.Console
|
||||
GF.System.Signal
|
||||
GF.Command.Commands
|
||||
GF.Command.Interpreter
|
||||
GF.Command.Abstract
|
||||
|
||||
Reference in New Issue
Block a user