awakesecurity / proto3-suite

Haskell Protobuf Implementation
https://hackage.haskell.org/package/proto3-suite
Other
80 stars 55 forks source link

Support proto files without a package declaration #234

Closed rkaippully closed 1 year ago

rkaippully commented 1 year ago

The proto compilation currently requires a package declaration. This PR allows compilation without package declarations thus making this implementation compatible with other language implementations.