Haskero:以下GHC选项与GHCi不兼容,尚未传递给它:-threaded

时间:2018-06-14 05:17:20

标签: visual-studio-code haskell-stack

我为VS Code安装了Haskero插件扩展。 当我启动我的VS代码编辑器时,我收到以下错误消息。

    stderr:
    The following GHC options are incompatible with GHCi and have not been passed to it: -threaded
    Configuring GHCi with the following packages: continue-example
    <command line>: cannot satisfy -package Decimal
        (use -v for more information)


    Code: -32603 

以下是我在package.yaml

中配置的依赖项
    dependencies:
    - base
    - stm
    - Decimal
    - async
    - random

stack.yaml中配置的ghc版本为resolver: ghc-8.2.2

看起来Decimal包有一些问题。 我是Haskell的新手。知道为什么我会收到这个错误吗?

0 个答案:

没有答案