Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | relicense general utility library code to BSD | Joey Hess | 2014-05-10 |
| | | | | | Omitted a couple of files what have had significant contributions from others. | ||
* | fix build with QuickCheck 2.7.1 | Joey Hess | 2014-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 metadata | Joey Hess | 2014-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 vicfg | Joey Hess | 2013-10-07 |
| | |||
* | Stop depending on testpack. | Joey Hess | 2013-02-27 |
| | |||
* | improve imports | Joey Hess | 2013-02-27 |
| | |||
* | refactor | Joey Hess | 2012-12-19 |