aboutsummaryrefslogtreecommitdiff
path: root/Utility/QuickCheck.hs
Commit message (Collapse)AuthorAge
* Fix build with QuickCheck 2.10.Gravatar Joey Hess2017-06-17
| | | | | | | | 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.
* fix build warning with new version of QuickCheckGravatar Joey Hess2016-06-13
|
* Zap redundant constraintsGravatar Gabor Greif2016-01-28
| | | | these are shown by GHC 7.11/8.0
* Fix build with QuickCheck 2.8.2Gravatar Joey Hess2016-01-24
| | | | It added some instances I had also implemented.
* rejigger imports for clean build with ghc 7.10's AMP changesGravatar Joey Hess2015-05-10
| | | | | The explict import Prelude after import Control.Applicative is a trick to avoid a warning.
* update my email address and homepage urlGravatar Joey Hess2015-01-21
|
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
| | | | | Omitted a couple of files what have had significant contributions from others.
* fix build with QuickCheck 2.7.1Gravatar Joey Hess2014-03-20
| | | | | | | | | | | | | | | For some reason this was working w/o a cast before, despite POSIXTime etc being newtypes. It stopped working with the new QuickCheck: Utility/QuickCheck.hs:31:33: No instance for (Integral POSIXTime) arising from a use of `arbitrarySizedIntegral' Possible fix: add an instance declaration for (Integral POSIXTime) In the first argument of `nonNegative', namely `arbitrarySizedIntegral' In the expression: nonNegative arbitrarySizedIntegral In an equation for `arbitrary': arbitrary = nonNegative arbitrarySizedIntegral
* data types and serialization for metadataGravatar Joey Hess2014-02-12
| | | | | | | A very haskell commit! Just data types, instances to serialize the metadata to a nice format, and QuickCheck tests. This commit was sponsored by Andreas Leha.
* add schedule to vicfgGravatar Joey Hess2013-10-07
|
* Stop depending on testpack.Gravatar Joey Hess2013-02-27
|
* improve importsGravatar Joey Hess2013-02-27
|
* refactorGravatar Joey Hess2012-12-19