avoid build warning on windows
authorJoey Hess <joeyh@joeyh.name>
Tue, 26 Mar 2024 17:16:33 +0000 (13:16 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 26 Mar 2024 17:16:33 +0000 (13:16 -0400)
commita69871491ffee25d5d811d2e0d438ce952392123
tree5928ff38803cebbca2ed48de09664971057b6e3b
parent07baa7ffcf9c35401d5faf2a85cee557d1b49cf9
avoid build warning on windows

Since append was only exported by Annex.Common on unix, excluding it
from import caused a build warning on windows.
Annex/Branch.hs
Annex/Common.hs