[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

@@ -33,7 +33,7 @@ dependencies:
- exceptions >= 0.4
- case-insensitive
- safe-exceptions <0.2
- microlens
- microlens >= 0.4.3 && <0.5
- swagger-petstore
tests:
tests:

View File

@@ -44,7 +44,7 @@ test-suite tests
, exceptions >= 0.4
, case-insensitive
, safe-exceptions <0.2
, microlens
, microlens >= 0.4.3 && <0.5
, swagger-petstore
, swagger-petstore
, bytestring >=0.10.0 && <0.11