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
This commit is contained in:
William Cheng
2018-09-29 17:21:03 +08:00
committed by GitHub
parent f1f7bdd23f
commit cbddb08468
26 changed files with 866 additions and 1243 deletions

View File

@@ -2,7 +2,7 @@
The library in `lib` provides auto-generated-from-OpenAPI [http-client](https://www.stackage.org/lts-10.0/package/http-client-0.5.7.1) bindings to the OpenAPI Petstore API.
OpenApi Version: 3.0.0
OpenApi Version: 3.0.1
## Installation