From 6d97475bad1a82e7ff423b97d126a24ecd0e593b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Mon, 4 Oct 2021 21:38:07 +0200 Subject: [PATCH] Export `defaultFormattingOptions`. No point having a default when the user cannot access to override it! This was forgotten in PR #22 when extracting it from PR #17. --- src/Data/Aeson/TypeScript/TH.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Data/Aeson/TypeScript/TH.hs b/src/Data/Aeson/TypeScript/TH.hs index 6dbfe92..8731584 100644 --- a/src/Data/Aeson/TypeScript/TH.hs +++ b/src/Data/Aeson/TypeScript/TH.hs @@ -126,6 +126,7 @@ module Data.Aeson.TypeScript.TH ( , formatTSDeclarations' , formatTSDeclaration , FormattingOptions(..) + , defaultFormattingOptions , SumTypeFormat(..) , ExportMode(..)