mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 02:16:12 +00:00
[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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user