【发布时间】:2012-07-22 09:27:10
【问题描述】:
在尝试使用 cabal 安装 Reactive 时,我得到了这个:
src/FRP/Reactive/PrimReactive.hs:79:8:
Could not find module `Control.Comonad'
It is a member of the hidden package `comonad-1.1.1.6'.
Perhaps you need to add `comonad' to the build-depends in your .cabal file.
It is a member of the hidden package `comonad-3.0.0.1'.
Perhaps you need to add `comonad' to the build-depends in your .cabal file.
根据this,确实没有comonad依赖。但是,它在PrimReactive.hs 中使用了 Control.Comonad。
【问题讨论】: