문제

I have the current version of cabal and running cabal install Pipe gave me no issues. But I tried these two imports:

import Control.Proxy
import Control.Pipe

But I'm getting this error message:

Could not find module `Control.Pipe'
It is not a module in the current program, or in any known package.

And the same for Proxy.

Any ideas?

도움이 되었습니까?

해결책

It looks like you have installed Pipe. You probably meant to install pipes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top