Closed mightybyte closed 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(<>)'
Data.Monoid' does not export
That should be easy to fix. I've used mappend almost everywhere else.
mappend
That the only thing? I don't have a GHC 7.0 system handy.
AfC
Thanks, that fixed it.
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
(<>)'