maintainers/scripts/haskell: make commit messages more consistent

Make sure they are all prefixed with haskellPackages: except for
update-hackage.sh which changes the top-level attribute
all-cabal-hashes.
This commit is contained in:
sternenseemann
2021-06-06 18:48:42 +02:00
committed by sterni
parent 683d06d4ae
commit be6de30ca4
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ git add $broken_config
git add pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
git add pkgs/development/haskell-modules/hackage-packages.nix
git commit -F - << EOF
hackage2nix: Mark failing builds broken
haskellPackages: mark builds failing on hydra as broken
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
EOF