Haskell Platform for Windows をインストールした.
Cygwin で ghci は動いているように見えるのだが,Control-C を入力するとハングアップしてしまう.
winpty を使うととりあえず回避できる.インストール方法:
git clone https://github.com/rprichard/winpty.git cd winpty ./configure make make install
これで,console
というコマンドがインストールされるので,console ghci
とすればよい.
残念ながら,emacs の shell-mode では動かない模様