avoid using MatchingKey where MatchingFile can be used now
authorJoey Hess <joeyh@joeyh.name>
Mon, 14 Dec 2020 21:54:25 +0000 (17:54 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 14 Dec 2020 21:54:25 +0000 (17:54 -0400)
commit5e094d02d64088719572563c066148c07457e2ea
tree8595640ffdd70caf598c17429a23226690d5f6f9
parent9de5506f194b51c6ed9eb9061ec5d09dee1142fa
avoid using MatchingKey where MatchingFile can be used now

This is actually matching worktree files, and now that a Key can be
provided along with the file when doing that, using MatchingFile
reflects that.
CmdLine/Seek.hs
Types/FileMatcher.hs