added more useful haskell features to cabal file
This commit is contained in:
parent
a2b33de596
commit
a679bbd373
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue