Skip to content
  • Joey Hess's avatar
    Fix build with QuickCheck 2.10. · 75cecbbe
    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.
    75cecbbe