About

Metadata

  • Last updated , by TvH
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: Timo von Holtz <tvh@tvholtz.de>, Kostiantyn Rybnikov <k-bx@k-bx.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.2
  2. 8.8.4
  3. 8.6.2
  4. 8.4.2
  5. 8.2.2
  6. 8.0.2

Readme

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.