ONC-RPC-0.2: ONC RPC (aka Sun RPC) and XDR library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.ONCRPC.XDR.Cabal

Description

Cabal utilities for XDR processing.

Synopsis

Documentation

ppRPCGenSuffixHandler :: PPSuffixHandler Source #

Pre-processor for hsrpcgen. You can use it by setting UserHooks { hookedPrepProcessors = [ppRPCGenSuffixHandler] }. Note that this will override the default alex .x file handler. You can also specify custom cabal fields corresponding to ReidentOptions and command-line flags prefixed with x-rpcgen-: {upper,lower}-prefix, join-{field,procedure}, and {field,procedure}s-unique}.