diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-21 11:53:34 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-22 23:53:36 -0500 |
commit | 04b7f4c1c6ea910ab378f27c5f9efd6c88f65425 (patch) | |
tree | fa5cc9236d9466a65477f1412d7d92dd74762589 /utils | |
parent | e87ae4733adb7420d13e96c2423aa71f804a2c46 (diff) | |
download | haskell-04b7f4c1c6ea910ab378f27c5f9efd6c88f65425.tar.gz |
ghc-in-ghci: Fix capitalization of hieFile
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 85296314ce..f6a6843afb 100644 --- a/utils/ghc-in-ghci/settings.ghci +++ b/utils/ghc-in-ghci/settings.ghci @@ -5,7 +5,7 @@ :set -icompiler/coreSyn :set -icompiler/deSugar :set -icompiler/ghci -:set -icompiler/hiefile +:set -icompiler/hieFile :set -icompiler/hsSyn :set -icompiler/iface :set -icompiler/llvmGen |