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 optional enum issue #12

Closed nilscc closed 9 years ago

nilscc commented 9 years ago

this should do it, see https://github.com/alphaHeavy/protobuf/issues/11

NathanHowell commented 9 years ago

Could you add a unit test that covers this case?

nilscc commented 9 years ago

Done. Should compile now…

NathanHowell commented 9 years ago

Thanks, I will push a release to Hackage tomorrow.

NathanHowell commented 9 years ago

9df581f9efb6d2cf95fb813a2f8afb33b68336ce has been been pushed to Hackage, please excuse the delay :wine_glass: