maintainers/scripts/haskell/regenerate-hackage-packages.sh: run nixfmt without --fast as well
This commit is contained in:
parent
b8b7f305b2
commit
c1e7bdadb0
@ -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 …"
|
||||
run_hackage2nix
|
||||
nixfmt pkgs/development/haskell-modules/hackage-packages.nix
|
||||
|
||||
if [[ "$REGENERATE_TRANSITIVE" -eq 1 ]]; then
|
||||
|
||||
@ -103,6 +102,7 @@ run_hackage2nix
|
||||
|
||||
fi
|
||||
|
||||
nixfmt pkgs/development/haskell-modules/hackage-packages.nix
|
||||
|
||||
if [[ "$DO_COMMIT" -eq 1 ]]; then
|
||||
git add pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
|
||||
|
@ -1578,7 +1578,6 @@ dont-distribute-packages:
|
||||
- haskell-docs
|
||||
- haskell-eigen-util
|
||||
- haskell-ftp
|
||||
- haskell-language-server
|
||||
- haskell-lsp
|
||||
- haskell-lsp-client
|
||||
- haskell-pdf-presenter
|
||||
|
@ -304443,7 +304443,6 @@ self: {
|
||||
doHaddock = false;
|
||||
description = "LSP server for GHC";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
maintainers = [ lib.maintainers.maralorn ];
|
||||
}
|
||||
) { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user