tweag/asterius

Implement Asterius Hackage Overlay

開放

#587 建立於 2020年4月17日

 (0 則留言) (0 個反應) (0 位負責人)Haskell (56 個分叉)batch import
good first issuetype: feature request

倉庫指標

星標
 (1,949 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南