Merge pull request #261 from mattjbray/export-common-generator-options-constructors
servant-js: export CommonGeneratorOptions constructors
This commit is contained in:
commit
380ad6b747
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ module Servant.JS
|
|||
, JavaScriptGenerator
|
||||
|
||||
, -- * Options common to all generators
|
||||
CommonGeneratorOptions
|
||||
CommonGeneratorOptions(..)
|
||||
, defCommonGeneratorOptions
|
||||
|
||||
, -- * Function renamers
|
||||
|
|
Loading…
Reference in a new issue