Skip to content
  • Stefan Holdermans's avatar
    Allow spaces in GHCi :script file names · a8c27cf6
    Stefan Holdermans authored and Marge Bot's avatar Marge Bot committed
    This patch updates the user interface of GHCi so that file names passed
    to the ':script' command may contain spaces escaped with a backslash.
    
    For example:
    
      :script foo\ bar.script
    
    The implementation uses a modified version of 'words' that does not
    break on escaped spaces.
    
    Fixes #18027.
    a8c27cf6