servant/servant-js/src/Servant
Matt Bray f2a91cfb1f servant-js: export CommonGeneratorOptions constructors
Allow defCommonGeneratorOptions to be customized using record update
syntax.

Without the re-export, we can't do:

```
import qualified Servant.JS as SJS

myOptions =
  SJS.defCommonGeneratorOptions
    { SJS.moduleName = "myModule"
    , SJS.urlPrefix = "http://localhost"
    }
```
2015-11-04 10:11:36 +00:00
..
JS Remove Matrix params. 2015-10-13 21:37:07 +02:00
JS.hs servant-js: export CommonGeneratorOptions constructors 2015-11-04 10:11:36 +00:00