aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-14 14:27:26 +0200
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-10-16 10:28:32 +0200
commitcd2777c6287eab41728c5368c7980b6520d8a8ea (patch)
treee45d7911bc733dabde439e5d4cc5687bdec1d295 /anissue.cabal
parent42fc137f64aab9242aab9bdb2f5da0a6d892f09c (diff)
refactor: add language extensions to Cabal file
Ditches `ghci` in favor of `cabal repl`.
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