base-noprelude
                                
                                 base-noprelude copied to clipboard
                                
                                    base-noprelude copied to clipboard
                            
                            
                            
                        Doesn't work with `stack ghci`
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.
related: https://ghc.haskell.org/trac/ghc/ticket/10920#comment:3
@mkscrg This should be fixed in latest stack version. stack ghci command works without problems for me with base-noprelude.