From f062d2c1dc227efbfe4bcd77dbcdb03f605c2987 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 5 May 2026 14:32:56 -0400 Subject: [PATCH] convenient extension --- psb.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psb.cabal b/psb.cabal index ed96c30..719eb8d 100644 --- a/psb.cabal +++ b/psb.cabal @@ -30,7 +30,7 @@ library exposed-modules: Djot Markdown HTML Logger IR Logger.Shake Psb.Main Utilities Utilities.FilePath Utilities.Action Utilities.Javascript Utilities.CSS Templates Types Config Utilities.Bundling other-modules: Utilities.Parsing build-depends: base, mustache >=2.4.2, shake >= 0.19.8, deriving-aeson >= 0.2.9, aeson, text >= 2.1.2, time, unordered-containers, yaml, megaparsec >= 9.7.0, transformers >= 0.6.2, bytestring - default-extensions: ApplicativeDo DataKinds NamedFieldPuns DerivingVia LambdaCase TypeApplications DeriveGeneric OverloadedRecordDot NamedFieldPuns DuplicateRecordFields DisambiguateRecordFields FlexibleInstances + default-extensions: ApplicativeDo DataKinds NamedFieldPuns DerivingVia LambdaCase TypeApplications DeriveGeneric OverloadedRecordDot OverloadedRecordUpdate NamedFieldPuns DuplicateRecordFields DisambiguateRecordFields FlexibleInstances test-suite test-markdown-parse hs-source-dirs: tests