Commit Graph

9 Commits

Author SHA1 Message Date
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
espie
b75dec414c fix a few obviously wrong dependencies, and remove extra shells in ghc. 2006-11-20 13:07:19 +00:00
dons
748d557916 Update hs-ports. 2005-03-26 03:37:09 +00:00
dons
9a14a4b032 - Kill old GHC version string mentioned in plist.
- Not for sparc, as there's now no GHC there.
2005-03-08 22:52:44 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
danh
6362fb0bc7 initial sweep for MESSAGE decoration removal; ok espie@ 2004-10-13 18:59:18 +00:00
espie
f28f2a833d switch to new plist, killing a few install scripts along the way. 2004-09-14 23:43:54 +00:00
xsa
e4b48bd042 MODULES= lang/ghc 2004-08-10 08:23:36 +00:00
dons
931bb66aa5 Import hs-ports-0.4.1, a library for concurrent and distributed Haskell
The Haskell Ports Library (HPL) supports concurrent and distributed
	computing in the IO monad _without_ relying on mutable variables.
	Instead, it supplies monotone single-assignment variables and ports
	abstractions. Ports are an abstraction for modelling variables whose
	values evolve over time without the need to resort to mutable
	variable, such as IORefs. More precisely, a port represents all values
	that a time-dependent variable successively takes as a stream, where
	each element of the stream corresponds to a state change.

	Ports are ideally suited for purely functional GUI interfaces that
	completely avoid the use of mutable variables. It is planned to extend
	the library to interaction between different processes possibly
	located on distinct processing nodes.

ok pvalchev@
2004-05-09 10:30:22 +00:00