base-noprelude icon indicating copy to clipboard operation
base-noprelude copied to clipboard

Doesn't work with `stack ghci`

Open mkscrg opened this issue 9 years ago • 2 comments

(Demo Gist)

stack ghci fails with this pattern, says

$ stack ghci
Configuring GHCi with the following packages: bnp-test
GHCi, version 7.10.3: http://www.haskell.org/ghc/  :? for help

<interactive>:1:1:
    attempting to use module ‘Prelude’ (/Users/mike/Development/sandbox/basenoprelude/Prelude.hs) which is not loaded

This is an unfortunate deal breaker for using base-noprelude. Might be nice to mention it in the README.

mkscrg avatar Apr 01 '16 22:04 mkscrg

related: https://ghc.haskell.org/trac/ghc/ticket/10920#comment:3

hvr avatar Oct 08 '16 12:10 hvr

@mkscrg This should be fixed in latest stack version. stack ghci command works without problems for me with base-noprelude.

chshersh avatar May 30 '18 09:05 chshersh