Skip to content

Should cabal repl read ~/.ghci? #1471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dag opened this issue Sep 4, 2013 · 1 comment
Open

Should cabal repl read ~/.ghci? #1471

dag opened this issue Sep 4, 2013 · 1 comment
Labels
Cabal: cmd/repl cabal-install: cmd/repl old-milestone: ⊥ Moved from https://github.com/haskell/cabal/milestone/5 type: enhancement
Milestone

Comments

@dag
Copy link

dag commented Sep 4, 2013

I import a lot of stuff in my ~/.ghci and also do things like :set -interactive-print using packages that aren't universally included in build-depends with the result that cabal 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.

@ghost ghost assigned dcoutts Sep 4, 2013
@23Skidoo
Copy link
Member

23Skidoo commented Sep 7, 2013

/cc @dcoutts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cabal: cmd/repl cabal-install: cmd/repl old-milestone: ⊥ Moved from https://github.com/haskell/cabal/milestone/5 type: enhancement
Projects
None yet
Development

No branches or pull requests

6 participants