tek / hix

Haskell/Nix development build tools
https://tryp.io/hix/index.html
Other
33 stars 2 forks source link

Support multiple libraries #4

Closed cgeorgii closed 1 year ago

cgeorgii commented 1 year ago

Description

According to the manual:

Packages may contain multiple components: an optional library and any number of executables, test suites or benchmarks (Cabal does support multiple libraries now, but Hix doesn’t yet).

The wording makes me believe that this is desirable to you as it would be to me, so I decided to open this ticket to track this effort and maybe help out.

hpack seems to support it via the internal-libraries field, as seen here.

Extra context

tek commented 1 year ago

implemented!