[commit: ghc] wip/fix-ghc-in-ghci: ghc-in-ghci: Fix capitalization of hieFile (057b36f)

git at git.haskell.org git at git.haskell.org
Fri Feb 22 15:21:45 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/fix-ghc-in-ghci
Link       : http://ghc.haskell.org/trac/ghc/changeset/057b36f744b2bedf7034fd66762c5f534f55bb95/ghc

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

commit 057b36f744b2bedf7034fd66762c5f534f55bb95
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Feb 21 11:53:34 2019 -0500

    ghc-in-ghci: Fix capitalization of hieFile


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

057b36f744b2bedf7034fd66762c5f534f55bb95
 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