William Cheng cbddb08468
Add post processing to files generated by Haskell generators (#968)
* add hfmt support (without updating the sample)

* update haskell httpclient samples with hfmt

* add code format option to haskell servant, minor bug fixes

* update code samples with hfmt

* update samples using stylish-haskell

* rename env variable

* update haskell samples with stylish-haskell

* regenerate haskell samples without stylish-haskell

* regenerate haskell servant sample

* update example-app & tests-integration for OAS2 code
2018-09-29 17:21:03 +08:00

31 lines
838 B
Haskell

{-
OpenAPI Petstore
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
OpenAPI Version: 3.0.1
OpenAPI Petstore API version: 1.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}
{-|
Module : OpenAPIPetstore
-}
module OpenAPIPetstore
( module OpenAPIPetstore.API
, module OpenAPIPetstore.Client
, module OpenAPIPetstore.Core
, module OpenAPIPetstore.Logging
, module OpenAPIPetstore.MimeTypes
, module OpenAPIPetstore.Model
, module OpenAPIPetstore.ModelLens
) where
import OpenAPIPetstore.API
import OpenAPIPetstore.Client
import OpenAPIPetstore.Core
import OpenAPIPetstore.Logging
import OpenAPIPetstore.MimeTypes
import OpenAPIPetstore.Model
import OpenAPIPetstore.ModelLens