Hi,

On Thu, Apr 20, 2023 at 07:58:38PM -0400, Thomas Frohwein wrote:
> Regarding the server build, it would be good to think about what would
> be needed to bring it back... Can the Haskell dependencies be pulled
> into the install via MASTER_SITES{0,1,...} and be used this way? Or
> would the removed ports need to be restored to get there?

Neither one. See cabal-module(5), especially the example mentioning
cabal-bundler. And productivity/hledger for an example.

The idea is to mention all required dependencies (on packages
available on hackage.haskell.org) in MODCABAL_MANIFEST, and build
all of them together with the port (games/hledger in this case),
so we don't need hundreds of hs-ports for providing end-user haskell
packages.

Ciao,
        Kili

Reply via email to