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

Changed files
+1 -3
maintainers
pkgs
development
haskell-modules
configuration-hackage2nix
+1 -1
maintainers/scripts/haskell/regenerate-hackage-packages.sh
···
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
···
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
-1
pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
···
- haskell-docs
- haskell-eigen-util
- haskell-ftp
-
- haskell-language-server
- haskell-lsp
- haskell-lsp-client
- haskell-pdf-presenter
-1
pkgs/development/haskell-modules/hackage-packages.nix
···
doHaddock = false;
description = "LSP server for GHC";
license = lib.licenses.asl20;
-
hydraPlatforms = lib.platforms.none;
maintainers = [ lib.maintainers.maralorn ];
) { };