-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable proto module prefix #146
Comments
In general, one way to do this would be via an |
This is ok way to do so, and conceptually correct from Google Protobuf standard point of view. In general case Google is promoting custom options for language-specific details. It's unrelated, but options also might be useful for automated wrapping-unwrapping newtypes - protobuf typing in general is poor, for example |
Btw I don't see any Haskell related codes here. If we do any sort of custom options - it's nice to register in this registry |
But option for |
At the moment
compile-proto-file
executable inherits haskell module namespace from protobuf package namespace. It might be very handy to being able to customize haskell module prefix to avoid namespace conflicts in cases where multiple protobuf APIs/repos/submodules are used in one haskell project.The text was updated successfully, but these errors were encountered: