gpt4 book ai didi

haskell - cabal 沙盒 + haskeline

转载 作者:行者123 更新时间:2023-12-02 13:33:11 34 4
gpt4 key购买 nike

cabal sandbox init
cabal install haskeline
... installs successfully ...

ghci
Prelude> :module +System.Console.Haskeline

<no location info>:
Could not find module `System.Console.Haskeline'

ghc-pkg list haskeline
.. not found ..

我需要做什么才能让 haskeline 与 cabal 沙箱一起工作?如果我正常安装 haskeline (没有沙箱),那就没问题了(ghc-pkg list haskeline - 找到了)。

最佳答案

要么像 Joseph 提到的那样使用 cabal repl ,要么可以将包 db 显式传递到相对于当前工作目录的 GHCi shell。

ghci -no-user-package-db -package-db .cabal-sandbox/*-packages.conf.d YourModule.hs

建议您只使用 cabal。

关于haskell - cabal 沙盒 + haskeline,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21035806/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com