awakesecurity / proto3-suite

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

Fix bug in exclusion of wrappers import. #209

Closed j6carey closed 2 years ago

j6carey commented 2 years ago

Multiple .proto files add names to the google.protobuf package, so when excluding dependencies upon wrappers we must exclude based upon the Haskell module name rather than the .proto package name--otherwise we accidentally exclude imports of modules such as Google.Protobuf.Duration.