mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-24 09:33:46 +01:00
`ghc-pkg list` tells us everything hackage2nix needs to know. In the past the core-packages list and compiler setting in hackage2nix was maintained manually which inevitably leads to it being forgot once in a while – this will then mess with flag resolution when generating the package set in some cases. Luckily, we can just let a simple derivation do this for us. Resolves #202621. |
||
|---|---|---|
| .. | ||
| dependencies.nix | ||
| hydra-report.hs | ||
| maintained-broken-pkgs.nix | ||
| maintainer-handles.nix | ||
| mark-broken.sh | ||
| merge-and-open-pr.sh | ||
| regenerate-hackage-packages.sh | ||
| regenerate-transitive-broken-packages.sh | ||
| test-configurations.nix | ||
| transitive-broken-packages.nix | ||
| update-cabal2nix-unstable.sh | ||
| update-hackage.sh | ||
| update-stackage.sh | ||
| upload-nixos-package-list-to-hackage.sh | ||