OpenBSD CVS

CVS log for ports/devel/hs-abstract-par/Attic/Makefile


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Sun Nov 19 01:10:52 2017 UTC (6 years, 6 months ago) by kili
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 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.8 / (download) - annotate - [select for diffs], Tue Nov 7 21:09:00 2017 UTC (6 years, 6 months ago) by kili
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (unified)

Regen package key.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jan 20 16:20:43 2016 UTC (8 years, 4 months ago) by kili
Branch: MAIN
CVS Tags: 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
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

Bump after ghc changes.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 20 11:24:56 2015 UTC (8 years, 5 months ago) by kili
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (unified)

Adjust MODGHC_PACKAGE_KEY.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 21 13:44:53 2015 UTC (8 years, 8 months ago) by kili
Branch: MAIN
Changes since 1.4: +4 -2 lines
Diff to previous 1.4 (unified)

Set MODGHC_PACKAGE_KEY and adjust plist.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Nov 25 22:11:03 2014 UTC (9 years, 6 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (unified)

Update dependencies and plists and bump.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 11 10:50:06 2013 UTC (11 years, 2 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4
Changes since 1.2: +1 -4 lines
Diff to previous 1.2 (unified)

PERMIT_* / REGRESS->TEST sweep

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 20 17:59:47 2013 UTC (11 years, 4 months ago) by kili
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (unified)

Regenerate plist for profiling libs.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 31 19:15:03 2012 UTC (11 years, 7 months ago) by kili
Branch: kili
CVS Tags: kili_20121031
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

The 'Par' monad(s) offer an alternative parallel programming API
to that provided by the parallel package.

A 'Par' monad allows the simple description of parallel computations,
and can be used to add parallelism to pure Haskell code.  The basic
API is straightforward: a 'Par' monad supports forking and simple
communication in terms of 'IVar's.

This module is an interface module only. It provides a number of
type clasess, but not an implementation.  The type classes separate
different levels of 'Par' functionality.  See the "Control.Monad.Par.Class"
module for more details.

The monad-par library is one example of a concrete library providing
this interface.

ok jasper@


Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 31 19:15:03 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.