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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -