OpenBSD CVS

CVS log for ports/devel/hs-abstract-deque/Attic/distinfo


[BACK] Up to [local] / ports / devel / hs-abstract-deque

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.2, Sun Nov 19 01:10:52 2017 UTC (6 years, 6 months ago) by kili
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED

Remove 47 now unused hs-ports from the build.

jasper@ agrees to the list (and to the general idea of gc'ing
hs-ports).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 31 19:14:17 2012 UTC (11 years, 7 months ago) by kili
Branch: kili
CVS Tags: kili_20121031, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

An abstract interface to highly-parameterizable queues/deques.

Background: There exists a feature space for queues that extends
between:

  * simple, single-ended, non-concurrent, bounded queues

  * double-ended, threadsafe, growable queues

... with important points inbetween (such as
the queues used for work-stealing).

This package includes an interface for Deques that allows the
programmer to use a single API for all of the above, while using
the type-system to select an efficient implementation given the
requirements (using type families).

This package also includes a simple reference implementation based
on 'IORef' and "Data.Sequence".

ok jasper@


Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 31 19:14:17 2012 UTC (11 years, 7 months ago) by kili
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.