diff --git a/docs/generators/haskell-http-client.html b/docs/generators/haskell-http-client.html
index 5b274f6b699..3a270a0fbb6 100644
--- a/docs/generators/haskell-http-client.html
+++ b/docs/generators/haskell-http-client.html
@@ -37,9 +37,10 @@ sidebar_label: haskell-http-client
strictFields | Add strictness annotations to all model fields | | true |
useKatip | Sets the default value for the UseKatip cabal flag. If true, the katip package provides logging instead of monad-logger | | true |
dateTimeFormat | format string used to parse/render a datetime | | null |
+dateTimeParseFormat | overrides the format string used to parse a datetime | | null |
dateFormat | format string used to parse/render a date | | %Y-%m-%d |
customTestInstanceModule | test module used to provide typeclass instances for types not known by the generator | | null |
hideGenerationTimestamp | Hides the generation timestamp when files are generated. | | true |
-Last updated on 2019-9-23