mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-15 19:06:06 +00:00

Clarified the difference between cabal repl and calling ghci directly and added additional language pragmas into the .ghci file. Conflicts: README.md
5 lines
163 B
Plaintext
5 lines
163 B
Plaintext
:set -package ghc
|
|
:set -package ghc-paths
|
|
:set -optP-include -optPdist/build/autogen/cabal_macros.h
|
|
:set -XDoAndIfThenElse -XNoImplicitPrelude -XOverloadedStrings
|