アニメーションを含む例の1つを使用して、リアクティブバナナ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 を使用しています)。