[commit: testsuite] master: Fix a framework error when using a non-dynamic GHC (561a801)

Ian Lynagh igloo at earth.li
Tue Mar 19 17:27:21 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

https://github.com/ghc/testsuite/commit/561a801707ac5d0c6cebfe3508cbd33ef03c0c89

>---------------------------------------------------------------

commit 561a801707ac5d0c6cebfe3508cbd33ef03c0c89
Author: Ian Lynagh <ian at well-typed.com>
Date:   Tue Mar 19 15:37:13 2013 +0000

    Fix a framework error when using a non-dynamic GHC

>---------------------------------------------------------------

 config/ghc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/config/ghc b/config/ghc
index e8fbcc9..33017bf 100644
--- a/config/ghc
+++ b/config/ghc
@@ -210,6 +210,7 @@ def get_compiler_info():
     elif compilerInfoDict["GHC Dynamic"] == "NO":
         config.ghc_th_way_flags = "-static"
         config.ghci_way_flags   = "-static"
+        config.ghc_th_way       = "normal"
         config.ghc_plugin_way   = "normal"
     else:
         raise 'Bad value for "GHC Dynamic"'





More information about the ghc-commits mailing list