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

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -