The Wayback Machine - https://web.archive.org/web/20220318140900/https://github.com/tweag/asterius/issues/587
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

Implement Asterius Hackage Overlay #587

Open
TerrorJack opened this issue Apr 17, 2020 · 0 comments
Open

Implement Asterius Hackage Overlay #587

TerrorJack opened this issue Apr 17, 2020 · 0 comments

Comments

@TerrorJack
Copy link
Member

@TerrorJack TerrorJack commented Apr 17, 2020

Is your feature request related to a problem? Please describe.
This is the tracking issue for the Asterius Hackage Overlay.

Describe the solution you'd like
We should implement and host a Hackage overlay, similar to head.hackage and mobile haskell overlay. The reason is:

  • We already patch some boot libs anyway. Moving the patches to the overlay can simplify and speed up the booting process, since the patched packages can be installed by ahc-cabal along with the unpatched ones.
  • Some of the packages on Hackage require patching to work. A Hackage overlay is a principled way of maintaining patched packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment