私は現在、haskellのWeb開発フレームワークを試していますが、最近yesodに出くわしました。かなり面白そうだったので、cabalを使ってインストールしましたが、開発サーバーを実行できません。開始手順に従って、結果は次のとおりです。
$ yesod init
$ cd mysite
$ yesod devel
Configuring mysite-0.0.0...
Testing files...
Rebuilding app
yesod: bind: resource busy (Address already in use)
Preprocessing library mysite-0.0.0...
Preprocessing executables for mysite-0.0.0...
Building mysite-0.0.0...
Controller.hs:16:7:
Could not find module `Data.Dynamic':
It is a member of the hidden package `base'.
Perhaps you need to add `base' to the build-depends in your .cabal file.
It is a member of the hidden package `base-3.0.3.2'.
Perhaps you need to add `base' to the build-depends in your .cabal file.
Use -v to see a list of the files searched for.
Testing files...
Testing files...
^^ above line just keeps repeating...
Data.Dynamicモジュールと関係があると思いますが、修正する方法がわかりません。
追加情報
Ubuntu10.10Maverickの実行
ghcバージョン:
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.12.1