You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation mentions this is in the works already. It would be nice to have this, especially since the hprotoc project seems to be broken on ghc 7.8
The text was updated successfully, but these errors were encountered:
I disabled protoc-gen-hs in recent builds because it doesn't produce working output and it has a dependency on a pretty heavyweight library: haskell-src-exts. It would be great to get something that does work and uses explicit layout or a light weight pretty printer.
There is also a stub of a .proto generator that needs some love: src/Data/ProtocolBuffers/Ppr.hs. It was built against type-level and has experienced some bitrot since the 7.8 conversion. This should be significantly easier to get working than the Haskell codgen.
If you want to take a stab at either one I'm more than happy to accept pull requests.
The documentation mentions this is in the works already. It would be nice to have this, especially since the hprotoc project seems to be broken on ghc 7.8
The text was updated successfully, but these errors were encountered: