Should cabal repl read ~/.ghci? #1471
Labels
Cabal: cmd/repl
cabal-install: cmd/repl
old-milestone: ⊥
Moved from https://github.com/haskell/cabal/milestone/5
type: enhancement
Milestone
I import a lot of stuff in my
~/.ghci
and also do things like:set -interactive-print
using packages that aren't universally included inbuild-depends
with the result thatcabal repl
spews a lot of errors and warnings on startup. I also:set -X
a lot of extensions which could potentially cause problems of syntax and semantics changing, potentially in incompatible ways with some code bases.My personal preference would be for
cabal repl
to read./.ghci
and possibly something like~/.cabal/repl
but not~/.ghci
.The text was updated successfully, but these errors were encountered: