summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-10-05 12:54:49 +0000
committerhallgren <hallgren@chalmers.se>2012-10-05 12:54:49 +0000
commitb5bf276e9c82505038f4269a77ba3c6e201438bb (patch)
tree49631e5553bd676b8ab4fd07fa8f4cebd3de0dee /gf.cabal
parent2d371b768122695ce0bd37f10e3d6b0381c31a57 (diff)
Factor out code for setting the console encoding
Moved similar low-level code blocks in Main and GFI for setting the console encoding to the new module GF.System.Console.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/gf.cabal b/gf.cabal
index 7b2a49c89..dd06e2e51 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -54,7 +54,6 @@ library
random,
pretty,
mtl
---ghc-options: -O2
hs-source-dirs: src/compiler src/runtime/haskell
extensions:
exposed-modules:
@@ -127,7 +126,6 @@ executable gf
ghc-prof-options: -auto-all
---ghc-options: -O2
if impl(ghc>=7.0)
ghc-options: -rtsopts
hs-source-dirs: src/compiler src/runtime/haskell
@@ -148,6 +146,8 @@ executable gf
GF.Infra.Option
GF.Infra.UseIO
GF.Infra.CheckM
+ GF.System.Signal
+ GF.System.Console
GF.Command.Commands
GF.Command.Interpreter
GF.Command.Abstract