Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 homebrew-cask 通过运行以下命令在我的 mac (OS X 10.11.2) 中安装 haskell-platform:
brew cask install haskell-platform
它一直运行良好,直到我想在 GHCi 中启用语法高亮显示。我在这篇文章中发现我应该在ghci.conf. 但我找不到这个文件在哪里。
ghci.conf
您必须在用户目录中创建一个新文件;最终路径应该是~/.ghcior /Users/<username>/.ghci。该文件默认不存在。有关完整详细信息,请参阅文档。
~/.ghci
/Users/<username>/.ghci