haskell / hie-bios

Set up a GHC API session for various Haskell Projects
https://hackage.haskell.org/package/hie-bios
BSD 3-Clause "New" or "Revised" License
181 stars 63 forks source link

Better support for multi component projects #387

Closed wz1000 closed 1 year ago

wz1000 commented 1 year ago
  1. Take the working directory of the current component into account when making DynFlags absolute
  2. Allow hie-bios itself to be loaded into a multi component session by making the location of the embedded file relative to the working directory of the project.