Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Yesod devel server only listening on ipv6

Tags:

haskell

yesod

I'm running "cabal install && yesod devel" using yesod 0.9.2.2 but it is only listening using ipv6. Does anyone know how to configure it to listen on ipv4 as well? I'm running it on Windows 7.

Thanks

like image 781
Caleb Avatar asked Nov 05 '22 14:11

Caleb


1 Answers

The symptom you describe have so far been observed on BSD and Debian, but it looks like Windows is also affected.

It is a known problem with Yesod, or actually with Wasp, or, to be precise, with the network library. One place to follow up on this issue is this githup issue or the current discussion on haskell-lists, which was partly caused by your question.

like image 127
Joachim Breitner Avatar answered Nov 10 '22 21:11

Joachim Breitner