aesiniath / http-streams

Haskell HTTP client library for use with io-streams
https://hackage.haskell.org/package/http-streams
BSD 3-Clause "New" or "Revised" License
50 stars 48 forks source link

Does not work with GHC 7.0.x #15

Closed mightybyte closed 11 years ago

mightybyte commented 11 years ago

I just migrated snap to use http-streams, and on the 2011.4.0.0 platform build, we're getting a failure with this error:

src/Network/Http/Inconvenience.hs:49:34: Module Data.Monoid' does not export(<>)'

istathar commented 11 years ago

That should be easy to fix. I've used mappend almost everywhere else.

That the only thing? I don't have a GHC 7.0 system handy.

AfC

mightybyte commented 11 years ago

Thanks, that fixed it.