[commit: ghc] wip/over-poly-kinds: ghc-in-ghci: Fix capitalization of hieFile (04b7f4c)
git at git.haskell.org
git at git.haskell.org
Sat Feb 23 19:22:54 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/over-poly-kinds
Link : http://ghc.haskell.org/trac/ghc/changeset/04b7f4c1c6ea910ab378f27c5f9efd6c88f65425/ghc
>---------------------------------------------------------------
commit 04b7f4c1c6ea910ab378f27c5f9efd6c88f65425
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Feb 21 11:53:34 2019 -0500
ghc-in-ghci: Fix capitalization of hieFile
>---------------------------------------------------------------
04b7f4c1c6ea910ab378f27c5f9efd6c88f65425
utils/ghc-in-ghci/settings.ghci | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/ghc-in-ghci/settings.ghci b/utils/ghc-in-ghci/settings.ghci
index 8529631..f6a6843 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
More information about the ghc-commits
mailing list