diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-03 17:02:18 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-03 17:02:18 +0100 |
commit | 46258b406fcc17c4ba50d512894989f4c387ea33 (patch) | |
tree | 6b7fa024ccd0deb6fbf282e16d218ee1ee0bbdb4 /compiler/simplCore | |
parent | 494eb3dc2bdbe76170044631b98884c56e9acfd3 (diff) | |
download | haskell-46258b406fcc17c4ba50d512894989f4c387ea33.tar.gz |
Make the ways dynamic
Diffstat (limited to 'compiler/simplCore')
-rw-r--r-- | compiler/simplCore/CoreMonad.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/CoreMonad.lhs b/compiler/simplCore/CoreMonad.lhs index b1429c5dbf..5c97fbdbf3 100644 --- a/compiler/simplCore/CoreMonad.lhs +++ b/compiler/simplCore/CoreMonad.lhs @@ -720,7 +720,7 @@ data CoreReader = CoreReader { cr_hsc_env :: HscEnv, cr_rule_base :: RuleBase, cr_module :: Module, - cr_globals :: ((Bool, [String], [Way]), + cr_globals :: ((Bool, [String]), #ifdef GHCI (MVar PersistentLinkerState, Bool)) #else |