added more useful haskell features to cabal file

This commit is contained in:
Pagwin 2025-11-06 13:36:45 -05:00
parent a2b33de596
commit a679bbd373
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -31,7 +31,7 @@ executable psb
other-modules: Config Utilities Templates Types IR Markdown Restruct HTML 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. -- Other library packages from which modules are imported.
-- https://hackage.haskell.org/package/texmath -- https://hackage.haskell.org/package/texmath