Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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.

authored by sternenseemann and committed by sterni be6de30c 683d06d4

+3 -3
+1 -1
maintainers/scripts/haskell/mark-broken.sh
··· 38 38 git add pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml 39 39 git add pkgs/development/haskell-modules/hackage-packages.nix 40 40 git commit -F - << EOF 41 - hackage2nix: Mark failing builds broken 41 + haskellPackages: mark builds failing on hydra as broken 42 42 43 43 This commit has been generated by maintainers/scripts/haskell/mark-broken.sh 44 44 EOF
+1 -1
maintainers/scripts/haskell/regenerate-hackage-packages.sh
··· 37 37 if [[ "${1:-}" == "--do-commit" ]]; then 38 38 git add pkgs/development/haskell-modules/hackage-packages.nix 39 39 git commit -F - << EOF 40 - hackage-packages.nix: Regenerate based on current config 40 + haskellPackages: regenerate package set based on current config 41 41 42 42 This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh 43 43 EOF
+1 -1
maintainers/scripts/haskell/update-stackage.sh
··· 61 61 if [[ "${1:-}" == "--do-commit" ]]; then 62 62 git add $stackage_config 63 63 git commit -F - << EOF 64 - Stackage Nightly: $old_version -> $version 64 + haskellPackages: stackage-nightly $old_version -> $version 65 65 66 66 This commit has been generated by maintainers/scripts/haskell/update-stackage.sh 67 67 EOF