From dc4abfa982a3bef9b7f05eff1956cc2b7d39ac3d 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..84dacc5 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 OverloadedRecordDo NamedFieldPuns DuplicateRecordFields DisambiguateRecordFields -- Other library packages from which modules are imported. -- https://hackage.haskell.org/package/texmath