[haskell-http-client] update documentation; refactoring; add 'strictFields' cli option (#6458)

* update readme; remove unused DeriveAnyClass extension

* refactor request/param utility functions

* add strictFields cli option

* add CONTRIBUTING.md
This commit is contained in:
Jon Schoning
2017-09-09 04:11:46 -05:00
committed by wing328
parent dcca115691
commit 4fb612c2e8
40 changed files with 1590 additions and 1405 deletions

View File

@@ -31,7 +31,7 @@ dependencies:
- vector >=0.10.9 && <0.13
- case-insensitive
- swagger-petstore
- microlens
- microlens >= 0.4.3 && <0.5
executables:
swagger-petstore-app:
main: Main.hs

View File

@@ -39,5 +39,5 @@ executable swagger-petstore-app
, vector >=0.10.9 && <0.13
, case-insensitive
, swagger-petstore
, microlens
, microlens >= 0.4.3 && <0.5
default-language: Haskell2010