Commit Graph

5 Commits

Author SHA1 Message Date
Joachim Breitner
30a24a3bcd Check pkg.meta.hydraPlatforms, not pkg.meta.broken 2023-07-15 18:12:07 +02:00
Joachim Breitner
75340d54b4 haskell: Only report non-broken packages to Hackage
Claiming that a hackage package is available in nixpkgs when we
explicitly mark it as broken is less helpful, so let's filter them out.

This changes the number of reported packages from 17137 to 10937.

Fixes #243512
2023-07-15 09:15:14 +02:00
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
sternenseemann
4e4a88d03a haskell.package-list: only include versions that conform to PVP
Since this list is intended for Hackage, we need to make sure that only
packages with versions conforming to the PVP versioning scheme are
actually included in the CSV or Hackage will reject it.
2022-03-20 11:43:37 +01:00
Malte Brandy
264e63477d
pkgs.haskell.package-list: init
This commit introduces a maintainer script to upload our current list of
haskell-packages to hackage.
2021-07-22 23:17:37 +02:00