Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from ghc-paths to hie-bios for obtaining the libdir of ghc at run-time #135

Open
fendor opened this issue Jan 17, 2023 · 0 comments

Comments

@fendor
Copy link
Contributor

fendor commented Jan 17, 2023

Using ghc-paths makes it difficult to create binary distributions of apply-refact.
Even worse, downstream consumers that don't realise this package uses ghc-paths will run into issues such as #133, and also not be able to provide binary distributions of their program.

It would be much better if the libdir was found at run-time, instead of at compile-time, e.g. using hie-bios which is what HLS uses for, or allows passing a libdir on the cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant