alphaHeavy / protobuf

An implementation of Google's Protocol Buffers in Haskell.
http://hackage.haskell.org/package/protobuf
BSD 3-Clause "New" or "Revised" License
96 stars 18 forks source link

Fix compilation on GHC >= 8.0 #36

Closed YoEight closed 6 years ago

NathanHowell commented 6 years ago

Could you add GHC 8.2 and 8.4 to the Travis build matrix too? https://github.com/alphaHeavy/protobuf/blob/master/.travis.yml

Thanks a lot!

YoEight commented 6 years ago

Build 149.2 failed because of a small Hackage outage. It should be fine to just re-start it as other builds have completed successfully.

Is it possible to cut a new release once that PR got merged? I need this patch to move to GHC 8.4. Thanks for your time.

YoEight commented 6 years ago

@NathanHowell Any news?

NathanHowell commented 6 years ago

I'll get a release tagged tonight when I get back home.

On May 21, 2018 12:20, "Yorick Laupa" notifications@github.com wrote:

@NathanHowell https://github.com/NathanHowell Any news?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/alphaHeavy/protobuf/pull/36#issuecomment-390755160, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKbTXVCw3eUGgvvcbdESDa0XDmekjWBks5t0xN9gaJpZM4UBf0Q .

YoEight commented 6 years ago

Thanks!