@hackage hprotoc-fork2.0.16.1
Parse Google Protocol Buffer specifications
Categories
License
BSD-3-Clause
Maintainer
Stefan Wehr <wehr@cp-med.com>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (13)
- array
- base >=3 && <4
- binary
- bytestring
- containers
- directory >=1.0.0.1 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/protobuf-native
Package Flags
small_base
(on by default)
Choose the new smaller, split-up base package.
To regenerate the plugin haskell files, please run
hprotoc -u --prefix=Text -d protoc-gen-haskell -I google-proto-files/ google/protobuf/plugin.proto
This was last populated from version 2.4.0a of Google's code.
Also, one can invoke cabal build to make dist/autogen and then
ghci -package parsec-2.1.0.1 -idist/build/autogen -iprotoc-gen-haskell Text/ProtocolBuffers/ProtoCompile.hs
should work.