summaryrefslogtreecommitdiff
path: root/devel/hs-dlist
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04Update to 0.7.1.2szptvlfn3-9/+9
ChangeLog: Version 0.7.1.2 (2015-08-23) *International Day for the Remembrance of the Slave Trade and its Abolition* --------------------------------------------------------------------------------------------------------- #### Package changes * Fix GHC 7.10 warnings due to imports ([Mikhail Glushenkov](https://github.com/23Skidoo))
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-05-31Update to 0.7.1.1szptvlfn3-8/+8
ChangeLog: Version 0.7.1.1 (2015-03-19) *St Joseph's Day* ---------------------------------------------- #### Package changes * Change QuickCheck upper bound from 2.8 to 2.9
2014-08-29make it clear what package depend onszptvlfn1-1/+2
discussed with wiz@.
2014-07-16Update to 0.7.1szptvlfn3-8/+8
ChangeLog: Version 0.7.1 (2014-06-28) *100th Anniversary of the Assassination of Franz Ferdinand* -------------------------------------------------------------------------------------- #### Package changes * Add `IsList` instance for GHC >= 7.8 ([Icelandjack](https://github.com/Icelandjack))
2014-05-18Import dlist-0.7.0.1 as devel/hs-dlist,szptvlfn5-0/+50
packaged for wip by pho. Difference lists are a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing (e.g. with the Writer monad), where list append quickly becomes too expensive.