This PR adds a tiny parser to readCabalProcessWithProgress and it takes a new reporting function as a parameter that can be used to notify the caller about the progress of the building (how many dependencies to build and how many have been built so far). The motivation is to support HLS on this issue: https://github.com/haskell/hie-bios/issues/405
This PR adds a tiny parser to
readCabalProcessWithProgress
and it takes a new reporting function as a parameter that can be used to notify the caller about the progress of the building (how many dependencies to build and how many have been built so far). The motivation is to support HLS on this issue: https://github.com/haskell/hie-bios/issues/405