fix some build warnings from ghc 9.4.6
authorJoey Hess <joeyh@joeyh.name>
Thu, 21 Sep 2023 17:40:22 +0000 (13:40 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 21 Sep 2023 17:40:22 +0000 (13:40 -0400)
commitef7c8672384ae861fccaa7a8a0b90162b5f01f1a
tree83e8c61052b92c4dd863ec8fc60f181024fce3cf
parenta147a31baaf10b1328784b6485b2c4bb7805b326
fix some build warnings from ghc 9.4.6

It now notices that a RepoLocation may not be Local, in which case
pattern matching on Local wouldn't do.
Command/PostReceive.hs
Git/Config.hs