16 Commits

Author SHA1 Message Date
kili
fcb58b217e Update to hs-async-2.2.1.
Joint work with Greg Steuck.
2019-09-30 12:00:00 +00:00
kili
42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
kili
2ae2e7a2a6 Update to async-2.1.1.1. 2018-01-22 21:59:21 +00:00
kili
fec7071c51 Update package key. 2017-11-07 22:02:13 +00:00
dcoppa
3f97b45e73 Update to hs-async-2.1.0
Ok kili@
2016-08-09 08:25:20 +00:00
kili
d7def8066d Let portroach ignore ports on which meta/haskell-platform depends.
Except lang/ghc for now (in case someone doesn't like my diff on ports@).
2016-01-29 20:28:07 +00:00
kili
5c84ae53f1 Bump after ghc changes. 2016-01-20 16:20:43 +00:00
kili
c03c017e5f Adjust MODGHC_PACKAGE_KEY. 2015-12-20 11:24:56 +00:00
kili
61aa496b99 Update to hs-async-2.0.2. 2015-09-19 07:53:09 +00:00
kili
6fda7018c7 Update to async-2.0.1.5. 2014-11-22 20:44:29 +00:00
kili
7eb2711b9b Add comments to ports which meta/haskell-platform depends on, to
stop other people wasting time on updates which should not be done.

ian@ ran into this (while working on devel/hs-aeson and
textproc/hs-attoparsec), and even I didn't notice before trying to
build all Haskell ports (including meta/haskell-platform) with his
diffs.
2014-06-19 18:58:01 +00:00
kili
1fb05bdd25 Update to async-2.0.1.4. 2013-07-18 21:54:54 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
kili
be7ce949cf Regenerate plist for profiling libs. 2013-01-20 17:56:05 +00:00
kili
9905b2ecb8 A higher-level interface over threads, in which an "Async a" is a
concurrent thread that will eventually deliver a value of type "a".
The package provides ways to create "Async" computations, wait for
their results, and cancel them.

ok sthen@
2012-12-02 20:10:22 +00:00