
Hi cafe, I remember hearing about public sub-libraries in cabal v3, providing the ability to declare multiple libraries in the same cabal file that can be accessed (individually) by other packages. Does anyone know if this is supported on hackage, and if not, if there is a plan to allow this behavior on hackage? Thanks, Daniel

Hi Daniel,
IIRC, the main, or the only remaining problem with public multi-libs
is haddocks, and this set of haddock PRs paves the way and offers a
manual workaround: https://github.com/haskell/haddock/pull/1419
Contributions and testing very welcome.
Kind regards,
Mikolaj
On Sun, Sep 19, 2021 at 3:53 PM Daniel Winograd-Cort
Hi cafe,
I remember hearing about public sub-libraries in cabal v3, providing the ability to declare multiple libraries in the same cabal file that can be accessed (individually) by other packages. Does anyone know if this is supported on hackage, and if not, if there is a plan to allow this behavior on hackage?
Thanks, Daniel
_______________________________________________ Haskell-Cafe mailing list To (un)subscribe, modify options or view archives go to: http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe Only members subscribed via the mailman list are allowed to post.
participants (2)
-
Daniel Winograd-Cort
-
Mikolaj Konarski