rest-gen-0.16.1: Documentation and client generation from rest definition.

Safe HaskellNone

Rest.Gen.Haskell

Documentation

data HaskellContext Source

Constructors

HaskellContext 

Fields

apiVersion :: Version
 
targetPath :: String
 
wrapperName :: String
 
includePrivate :: Bool
 
sources :: [ModuleName]
 
imports :: [ImportDecl]
 
rewrites :: [(ModuleName, ModuleName)]
 
namespace :: [String]