Closed photm5 closed 9 years ago
So unproductive
The command we need to execute is:
hprotoc --haskell_out=src/Network/Ricochet --proto_path=src/Network/Ricochet/Protocol AuthHiddenService.proto ChatChannel.proto ContactRequestChannel.proto ControlChannel.proto
As of 8d7ac15, we’ll need to add /proto
to the end of the --proto_path
option.
I tried to add a pre-config hook to
Setup.hs
, using this code:Sadly, the commented out part doesn’t compile.