aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'anissue.cabal')
-rw-r--r--anissue.cabal12
1 files changed, 12 insertions, 0 deletions
diff --git a/anissue.cabal b/anissue.cabal
index 3ab0809..7259422 100644
--- a/anissue.cabal
+++ b/anissue.cabal
@@ -101,3 +101,15 @@ executable anissue
-- Base language which the package is written in.
default-language: GHC2021
+
+ default-extensions:
+ BlockArguments
+ DeriveAnyClass
+ DisambiguateRecordFields
+ DuplicateRecordFields
+ ForeignFunctionInterface
+ LambdaCase
+ OverloadedRecordDot
+ OverloadedStrings
+ PartialTypeSignatures
+ ViewPatterns