mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
maintainers/scripts/haskell/regenerate-hackage-packages.sh: run nixfmt without --fast as well
This commit is contained in:
parent
b8b7f305b2
commit
c1e7bdadb0
3 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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 ];
|
||||||
}
|
}
|
||||||
) { };
|
) { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue