summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-11-08 15:53:46 +0000
committerhallgren <hallgren@chalmers.se>2012-11-08 15:53:46 +0000
commit63093c32f33ad1fcfef10d2ef6ef010c2b5471e9 (patch)
treed41a1ea8c6c5e58353f3a81440291be6d57d6e3b /gf.cabal
parent1c0429c322d71c5488604785cf7278fe4ac67bf7 (diff)
Eliminate warnings about deprecated use of catch and try
This is also needed for compatibility with GHC 7.6.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/gf.cabal b/gf.cabal
index 0af269d29..82ec7bdfe 100644
--- a/gf.cabal
+++ b/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