Skip to content
  • Simon Marlow's avatar
    FIX #2521: trailing colon in GHC_PACKAGE_PATH · e4f46f5d
    Simon Marlow authored
    This was broken in the System.FilePath switchover, since filepath's
    splitSearchPath doesn't do what we want (it ignores empty
    components on Windows, and treats them as "." on Unix).  So we use our
    own hand-rolled version, just like GHC.
    e4f46f5d