haskell / HTTP

Haskell HTTP package

Home Page:http://hackage.haskell.org/package/HTTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for GHC-9.0

phadej opened this issue · comments

Looks like code changes are required:

Network/TCP.hs:92:30: error:
    Operator applied to too few arguments: !
   |
92 |  = MkConn { connSock      :: ! Socket
   |                      
commented

This breaks pandoc.

@DeX77 You mean you need this fix for pandoc? Or this fix actually breaks pandoc somehow?

commented

@hsenag I meant I need this fixed to build pandoc with GHC 9.x, as pandoc requires HTTP.

@hsenag I meant I need this fixed to build pandoc with GHC 9.x, as pandoc requires HTTP.

OK - sorry for the delay, I've merged the submitted PR now and will push a new release shortly. I had seen the original discussion about the fix being blocked on other packages and missed that it became unblocked.

4000.3.16 uploaded to hackage with the fix for this. Thanks @phadej !