From a6ee90de6cb7e086fe10c1a8fcfe98287fb1f49d Mon Sep 17 00:00:00 2001 From: Alen Date: Sun, 19 Jan 2025 03:15:21 +0400 Subject: Add template GHC/Cabal configs --- dot_ghc/ghci.conf | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dot_ghc/ghci.conf (limited to 'dot_ghc') diff --git a/dot_ghc/ghci.conf b/dot_ghc/ghci.conf new file mode 100644 index 0000000..064d660 --- /dev/null +++ b/dot_ghc/ghci.conf @@ -0,0 +1,21 @@ +:set -XOverloadedStrings +:set -XOverloadedLists +:set -XScopedTypeVariables +:set -XPackageImports + +:set +t +:set +m + +:set -ddump-deriv +-- :set -fprint-explicit-foralls + +-- Colour +:set -package funnyprint +:set -interactive-print=FunnyPrint.funnyPrintC +:set prompt "\ESC[1;32mλ: \ESC[m" +:set prompt-cont "\ESC[1;32m : \ESC[m" + +-- useful extensions by default +:set -XTypeApplications -XKindSignatures + +import Prelude -- cgit 1.4.1-2-gfad0