fix build failure on windows
authorJoey Hess <joeyh@joeyh.name>
Wed, 20 Oct 2021 19:12:12 +0000 (15:12 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 20 Oct 2021 19:12:12 +0000 (15:12 -0400)
commitd3bea30a6bd50ad691be4b88d8038c6c68d0bd83
tree00c0c4fed62da31fe5c1c8af9d40ac2f584c0aaf
parentf3e33889dd90166536c48a98cb4ad99f9217305e
fix build failure on windows

Utility.QuickCheck also has an instance Arbitrary FileID.
It seems that this problem used to be ignored by ghc but now it notices
it.
Utility/InodeCache.hs