Windows 8 で最新バージョンの Yesod と Haskell Platform を実行しています。
yesod init で新しい scaffold プロジェクトを作成し、プロジェクト ディレクトリ内で次のコマンドを実行しました。
cabal install
yesod devel
Yesod 開発者が応答する
Devel application launched: http://localhost:3000
ただし、Chrome で localhost:3000 にアクセスすると、次のエラーが発生します。
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.
これは、ランダムな localhost ポートとは異なります (次のようになります)。
Oops! Google Chrome could not connect to localhost:3010
これが事実である理由と、それを修正するために私ができることはありますか?