"Key.hs" did not exist on "32e436837731da279c233deb6be84188a9ad1f87"
-
Joey Hess authored
QuickCheck added an Arbitrary instance for CTime aka EpochTime. However, while git-annex's instance disallowed times before the epoch, QuickCheck's does not. So, rather than using its instance, convert from an Integer. This commit was sponsored by Thomas Hochstein on Patreon.