diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-09-19 10:31:06 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-09 16:21:14 -0400 |
commit | 0c0a15a8541a9119536ee17849d8390cb21ab764 (patch) | |
tree | 5ad55179918684d38c4fcff8a502d3d8c5b460e1 /utils | |
parent | f691f0c21dcc576e02313123e8b091e241d23b51 (diff) | |
download | haskell-0c0a15a8541a9119536ee17849d8390cb21ab764.tar.gz |
Rename STAGE macro to GHC_STAGE
To avoid polluting the macro namespace
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-in-ghci/settings.ghci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-in-ghci/settings.ghci b/utils/ghc-in-ghci/settings.ghci index dde12f3f26..eed64a9107 100644 --- a/utils/ghc-in-ghci/settings.ghci +++ b/utils/ghc-in-ghci/settings.ghci @@ -29,7 +29,7 @@ :set -Iincludes :set -Iincludes/dist-derivedconstants/header :set -package=ghc-boot-th -:set -DSTAGE=2 +:set -DGHC_STAGE=2 :set -DHAVE_INTERNAL_INTERPRETER :set -DGHC_LOADED_INTO_GHCI :set -XNoImplicitPrelude |