flora-pm / flora-server

A package index for the Haskell ecosystem
https://flora.pm/about
Other
124 stars 38 forks source link

[FLORA-496] Show the system libraries required by the cabal file – part 1 #497

Closed tchoutri closed 1 month ago

tchoutri commented 6 months ago

Proposed changes

This PR implements the first part of showing system libraries required by packages, as declared in cabal files. Right now, it is limited to extra-libraries stanza.

Due to limitations of the cabal parser, common stanzas are not shown. This means that extra-libraries stanzas in common stanzas are invisible to Flora, for the time being.

Contributor checklist