我正在使用涉及动画的示例之一测试反应香蕉 0.8.0.0
Paths
我收到有关未找到模块的错误。问题线是:
import Paths (getDataFile)
错误是:
D:\temp\animation.hs:11:8:
Could not find module `Paths'
Use -v to see a list of the files searched for.
Failed, modules loaded: none.
Prelude> :load "d:/temp/animation.hs"
任何人都知道从哪里获得或如何安装此模块?(我在 Windows XP 64 上使用来自 mingw.org 的 Haskell Platform 2013.2 和 mingw32)。