haskell - Is there a way to get `cabal repl` to set -XOverloadedStrings on startup? -
when use cabal repl type :set -xoverloadedstrings in session. there way turn on extension automatically using command line flags cabal repl or config file?
in ~/.ghci put:
:set -xoverloadedstrings putting on ~/.ghci enable ghci load specific configuration whenever started.
Comments
Post a Comment