Subject: CVS commit: pkgsrc/lang/hugs
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 08/01/2006 14:33:59
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Aug  1 14:33:59 UTC 2006

Modified Files:
	pkgsrc/lang/hugs: DESCR Makefile PLIST distinfo
	pkgsrc/lang/hugs/patches: patch-aa patch-ab patch-ac
Removed Files:
	pkgsrc/lang/hugs/files: configure
	pkgsrc/lang/hugs/patches: patch-ad

Log Message:
Update to 200605:

- November 2002

Feature highlights of this new release are:

* Much improved FFI support (contributed by Alastair Reid), bringing Hugs
  really very close to the Haskell FFI specification.
* Adoption of a significant subset of GHC's hierarchical libraries
  (contributed by Ross Paterson).
* An (allegedly) complete implementation of the Haskell98 module system
  (Sigbjorn Finne).
* Numerous bug fixes since the previous major release in Dec 2001.

- November 2003

There has been substantial internal restructuring. In addition to numerous
bug fixes, user-visible changes include:

* The beginnings of a User's Guide (though still incomplete).
* The Double type is now double-precision on most architectures.
* Hugs now relies on the same hierarchical libraries as GHC and Nhc98, and
  provides almost all of them. For now, compatibility with the old libraries
  is provided by stub modules, but users are encouraged to migrate to the
  new libraries.
* Full support for imprecise exceptions (but not asynchronous ones). Most
  runtime errors are now reported by applying print to an Exception
  (formerly the built-in printer was applied to the faulty redex).
* Integrated .NET support (on Windows platforms).
* The -e, -f, -i, -N, -W and -X options and the :project command have been
  removed.
* A searchpath may include an entry of the form "directory/*", meaning all
  the immediate subdirectories of directory (see -Pstr).

- March 2005

This release is primarily targeted at Unix systems to gain experience with
new features. The new Cabal-based library build system has the potential to
make building on Windows easier, but it's not there yet. Volunteers welcome.

In addition to numerous bug fixes, user-visible changes include:

* The default current module is now the empty module Hugs.Base instead of
  the Prelude (see Section 2.2).
* The Char type and the Char module now support Unicode as specified in the
  Haskell 98 Report (contributed by Dmitry Golubovsky). Character oriented
  I/O uses a byte encoding of characters determined by the current locale
  (see Section 3.3).
* The new -X option can be used to group several options into one argument.
  This is now needed for executable runhugs scripts (using the Unix "#!"
  feature) that require two or more options (see Section 4.1).
* The syntax of the ffihugs command has changed (see Section 4.2). The +G
  and +L options are gone, and a new -i option can be used to specify
  include files.
* Hugs now has basic support for the Cabal packaging system (see Section 3.4).

- May 2006

* The default current module is now the empty module Hugs (see Section 2.2).
* The compatibility libraries are no longer included on the default search
  path. You can access them by adding "{Hugs}/oldlib" to the search path
  (see -Pstr), but they will be removed in the next release.
* Rewritten graphical Windows interface (contributed by Neil Mitchell; see
  Section 4.3).
* New :main command (contributed by Neil Mitchell).


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/hugs/DESCR
cvs rdiff -r1.32 -r1.33 pkgsrc/lang/hugs/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/hugs/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/lang/hugs/distinfo
cvs rdiff -r1.2 -r0 pkgsrc/lang/hugs/files/configure
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/hugs/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/hugs/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/hugs/patches/patch-ac
cvs rdiff -r1.4 -r0 pkgsrc/lang/hugs/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.