任何人在安装Control.Pipe时遇到问题?

chi*_*ro2 1 haskell ghc ghci cabal cabal-install

我有当前版本的cabal和跑步cabal install Pipe给了我没有问题.但我尝试了这两种进口:

import Control.Proxy
import Control.Pipe
Run Code Online (Sandbox Code Playgroud)

但我收到此错误消息:

Could not find module `Control.Pipe'
It is not a module in the current program, or in any known package.
Run Code Online (Sandbox Code Playgroud)

代理相同.

有任何想法吗?

ham*_*mar 7

看起来你已经安装了Pipe.你可能想安装管道.

  • 对于令人困惑的名字而言 (2认同)