maintainers/scripts/haskell/regenerate-hackage-packages.sh: run nixfmt without --fast as well

This commit is contained in:
Wolfgang Walther 2025-04-06 11:33:20 +02:00
parent b8b7f305b2
commit c1e7bdadb0
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
3 changed files with 1 additions and 3 deletions

View file

@ -89,7 +89,6 @@ compiler_config="$(nix-build -A haskellPackages.cabal2nix-unstable.compilerConfi
echo "Running hackage2nix to regenerate pkgs/development/haskell-modules/hackage-packages.nix …" echo "Running hackage2nix to regenerate pkgs/development/haskell-modules/hackage-packages.nix …"
run_hackage2nix run_hackage2nix
nixfmt pkgs/development/haskell-modules/hackage-packages.nix
if [[ "$REGENERATE_TRANSITIVE" -eq 1 ]]; then if [[ "$REGENERATE_TRANSITIVE" -eq 1 ]]; then
@ -103,6 +102,7 @@ run_hackage2nix
fi fi
nixfmt pkgs/development/haskell-modules/hackage-packages.nix
if [[ "$DO_COMMIT" -eq 1 ]]; then if [[ "$DO_COMMIT" -eq 1 ]]; then
git add pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml git add pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml

View file

@ -1578,7 +1578,6 @@ dont-distribute-packages:
- haskell-docs - haskell-docs
- haskell-eigen-util - haskell-eigen-util
- haskell-ftp - haskell-ftp
- haskell-language-server
- haskell-lsp - haskell-lsp
- haskell-lsp-client - haskell-lsp-client
- haskell-pdf-presenter - haskell-pdf-presenter

View file

@ -304443,7 +304443,6 @@ self: {
doHaddock = false; doHaddock = false;
description = "LSP server for GHC"; description = "LSP server for GHC";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.maralorn ]; maintainers = [ lib.maintainers.maralorn ];
} }
) { }; ) { };