[Haskell-cafe] Feature Proposal: GHC Flag for implicit external Prelude

adam vogt vogt.adam at gmail.com
Wed Jul 16 15:25:23 UTC 2014


On Wed, Jul 16, 2014 at 10:51 AM, Carl Howells <chowells79 at gmail.com> wrote:
> If you want a prelude tailored to a specific project, you don't need
> this extension at all.  Just create a module named Prelude in your
> project.

Do you know how to load a project like that in ghci? With cabal repl I
get the following error:

Top level:
    attempting to use module ‘Prelude’ (src/Prelude.hs) which is not loaded

https://github.com/aavogt/preludeFlag is what I tried

Regards,
Adam


More information about the Haskell-Cafe mailing list