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.
This commit is contained in:
parent
f3e33889dd
commit
d3bea30a6b
1 changed files with 0 additions and 5 deletions
|
@ -300,11 +300,6 @@ instance Arbitrary MTime where
|
|||
, (50, MTimeHighRes <$> arbitrary)
|
||||
]
|
||||
|
||||
#ifdef mingw32_HOST_OS
|
||||
instance Arbitrary FileID where
|
||||
arbitrary = fromIntegral <$> (arbitrary :: Gen Word64)
|
||||
#endif
|
||||
|
||||
prop_read_show_inodecache :: InodeCache -> Bool
|
||||
prop_read_show_inodecache c = case readInodeCache (showInodeCache c) of
|
||||
Nothing -> False
|
||||
|
|
Loading…
Reference in a new issue