Skip to content
  • Simon Marlow's avatar
    more improvements for #1119 · 075a7bad
    Simon Marlow authored
    When GHCi compiles its code framgents for setting buffering, it wants
    to refer to base:System.IO rather than whatever System.IO is on the
    search path, unfortunately there's no way to do this in source code,
    so to hack around it we set the search path to empty before compiling
    these expressions (not forgetting to flush the finder cache
    afterward).
    075a7bad