From cd2777c6287eab41728c5368c7980b6520d8a8ea Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sat, 14 Oct 2023 14:27:26 +0200 Subject: refactor: add language extensions to Cabal file Ditches `ghci` in favor of `cabal repl`. --- anissue.cabal | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'anissue.cabal') 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 -- cgit v1.2.3