Skip to content
  • Fraser Tweedale's avatar
    GHCi: add 'local-config' setting · aa490b35
    Fraser Tweedale authored and Marge Bot's avatar Marge Bot committed
    Add the ':set local-config { source | ignore }' setting to control
    whether .ghci file in current directory will be sourced or not.  The
    directive can be set in global config or $HOME/.ghci, which are
    processed before local .ghci files.
    
    The default is "source", preserving current behaviour.
    
    Related: ghc/ghc#6017
    Related: ghc/ghc#14250
    aa490b35