From a679bbd373b6eed8f04808b3af0a50525ba38cb1 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 6 Nov 2025 13:36:45 -0500 Subject: [PATCH] added more useful haskell features to cabal file --- psb.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psb.cabal b/psb.cabal index b71aada..8e3db23 100644 --- a/psb.cabal +++ b/psb.cabal @@ -31,7 +31,7 @@ executable psb other-modules: Config Utilities Templates Types IR Markdown Restruct HTML - default-extensions: ApplicativeDo DataKinds NamedFieldPuns DerivingVia LambdaCase TypeApplications DeriveGeneric + default-extensions: ApplicativeDo DataKinds NamedFieldPuns DerivingVia LambdaCase TypeApplications DeriveGeneric OverloadedRecordDot NamedFieldPuns DuplicateRecordFields DisambiguateRecordFields -- Other library packages from which modules are imported. -- https://hackage.haskell.org/package/texmath