1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00
semantic/.ghci.sample

27 lines
727 B
Plaintext
Raw Normal View History

2019-11-01 15:46:43 +03:00
-- Consider copying this to your ~/.ghc/ghci.conf file:
2019-11-01 15:46:43 +03:00
-- Pretty-printing
:set -package-id prtty-smpl-3.1.1.0-c89f0500
2019-11-05 20:51:38 +03:00
:set -interactive-print Text.Pretty.Simple.pPrint
2019-11-01 15:46:43 +03:00
-- Turn on some language extensions you use a lot
:seti -XFlexibleContexts -XOverloadedStrings -XTypeApplications
2019-11-01 15:46:43 +03:00
-- Break on errors
:seti -fbreak-on-error
2019-11-01 15:46:43 +03:00
-- Automatically show the code around breakpoints
:set stop :list
2019-11-01 15:46:43 +03:00
-- Use a cyan lambda as the prompt
:set prompt "\ESC[1;36m\STXλ \ESC[m\STX"
2019-11-01 15:46:43 +03:00
-- Better errors
:set -ferror-spans -freverse-errors -fprint-expanded-synonyms
2019-11-01 15:46:43 +03:00
-- Path-local ghci history
:set -flocal-ghci-history
2019-11-01 15:46:43 +03:00
-- Better typed holes
:set -funclutter-valid-hole-fits -fabstract-refinement-hole-fits -frefinement-level-hole-fits=2