mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 15:46:11 +00:00
[haskell-http-client] avoid depending on ParseTime,FormatTime (#6861)
* [haskell-http-client] avoid depending on ParseTime,FormatTime * [haskell-http-client] update haddocks
This commit is contained in:
@@ -40,7 +40,7 @@ executable openapi-petstore-app
|
||||
, mtl >=2.2.1
|
||||
, openapi-petstore
|
||||
, text >=0.11 && <1.3
|
||||
, time >=1.5 && <1.9
|
||||
, time
|
||||
, transformers >=0.4.0.0
|
||||
, unordered-containers
|
||||
, vector >=0.10.9 && <0.13
|
||||
|
||||
Reference in New Issue
Block a user