在尝试使用 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.
据此,它确实没有comonad依赖。但是,它在PrimReactive.hs中使用 Control.Comonad 。