diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-19 14:05:40 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-19 14:05:40 +0000 |
commit | aca378a6edf27410d6522fe19c12d51258904106 (patch) | |
tree | 2cd35c017914ab3200e0b87fb0e4eb478233b249 /lang/hugs/pkg-descr | |
parent | f33af21e6a61dd880cb22e045346bcef91743d3e (diff) | |
download | FreeBSD-ports-aca378a6edf27410d6522fe19c12d51258904106.zip FreeBSD-ports-aca378a6edf27410d6522fe19c12d51258904106.tar.gz |
Update to latest version
Move 98 to PORTNAME and USE 200102 in PORTVERSION
Update description for new version
Update plist file to relfect changes
New Maintainer
PR: 28254
Submitted by: Oliver Braun <obraun@INFORMATIK.UNIBW-MUENCHEN.DE>
Diffstat (limited to 'lang/hugs/pkg-descr')
-rw-r--r-- | lang/hugs/pkg-descr | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/lang/hugs/pkg-descr b/lang/hugs/pkg-descr index 9220e32..28f9db9 100644 --- a/lang/hugs/pkg-descr +++ b/lang/hugs/pkg-descr @@ -1,14 +1,17 @@ -This is a port of OGI's new release of Hugs, a Haskell interpreter and -programming environment for developing Haskell programs. +Hugs 98 is a functional programming system based on Haskell 98, the +de facto standard for non-strict functional programming languages. -This release is largely conformant with Haskell 98, including monad -and record syntax, newtypes, strictness annotations, and modules. In -addition, it comes packaged with almost all libraries defined in the -most recent version of the Haskell 98 Library Report. +Hugs 98 provides an almost complete implementation of Haskell 98, +including monad and record syntax, newtypes, strictness annotations, +and modules. In addition, it comes packaged with almost all libraries +defined in the most recent version of the Haskell 98 Library Report. -More online information is available from http://www.haskell.org/ +Hugs 98 also supports a number of advanced and experimental extensions +including multi-parameter classes, extensible records, rank-2 +polymorphism, existentials, scoped type variables, and restricted +type synonyms. -WWW: http://www.haskell.org/ +WWW: http://www.haskell.org/hugs/ --- Teggy -teggy@teggy.org +-- Oliver Braun +obraun@informatik.unibw-muenchen.de |