I was testing out the threepenny-gui package for Haskell gui programming. Following instructions here, I did:
$ cd threepenny-gui-0.4.1.0/samples/
$ runhaskell.exe Chat.hs
and got:
Listening on http://0.0.0.0:8023/
[29/Apr/2014:11:37:44 -0400] Server.httpServe: START, binding to [http://0.0.0.0
:8023/]
But nothing happens after then. No browser is fired up. Also, if I open firefox and go to http://0.0.0.0:8023/ , it says Unable to connect. I've turned off windows firewall, but it didn't improve anything.
Did I missing anything here?