使用带有 GHC 8.6.3 的 cabal new-build 的简单 Haskell 库构建失败

Build fails with simple Haskell library with cabal new-build with GHC 8.6.3

正在尝试使用 Haskell 构建一个简单的库。 它工作了一次然后就停止工作了(很奇怪)

只有少数命令是 运行, 一个只有库的简单 cabal init

然后添加了以下库

Greet.hs

module Greet where


greeet s = "Hey, " ++ s

然后是 cabal new-build 运行 然后是 cabal new-repl

错误如下

Build profile: -w ghc-8.6.3 -O1
In order, the following will be built (use -v for more details):
 - HaskellTry-0.1.0.0 (lib) (ephemeral targets)
Preprocessing library for HaskellTry-0.1.0.0..
GHCi, version 8.6.3: http://www.haskell.org/ghc/  :? for help
Ok, one module loaded.
Prelude Greet> greeet "h"
"

在那之后一切都卡住了。

Windows 上的 GHC 8.6.3 在 8.6.4 中遇到 bug that makes it pretty much unusable. The issue should be solved