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)
代理相同.
有任何想法吗?