Does not include all the changes in PR 45318, some of which need
further investigation.
pkgsrc changes:
- update MASTER_SITES and HOMEPAGE
- remove LP64 restriction (LP64 platforms are supported using -m32)
- add destdir support (provided by upstream) and lift BROKEN
- remove some pkglint
- mark MAKE_JOBS_SAFE=no
- add readline.bl3.mk
- patch-ag was applied upstream
- remove patch-ah and handle the issue involved a cleaner way
Caution: so far the LP64 build does not actually work yet, -m32
notwithstanding; it dies with
PreludeList.init: empty list
PreludeList.init: empty list
PreludeList.init: empty list
i386 works though.
Upstream changes:
nhc98 1.22 (2010-07-09) features
There are no new features, just an update to the current set of
libraries as of the release date.
nhc98 1.20 (2007-11-22) features
New: Pattern guards are supported.
New: More hierarchical libraries have been added to the base package.
Bugfix: Now builds on 64-bit machines (in 32-bit mode)
Bugfix: Newer version of hmake (3.13)
Bugfix: The evil mangler is now less evil (and more robust)
Bugfix: Add a workaround for the hi-membug that caused build
failures on many recent Linux platforms.
Bugfix: Lexical error on varid _2a is fixed.
Bugfix: Renaming bug in newtype A a = A a.
Bugfix: hp2graph problem with x-axis resolution in interval (-i) sampling.
Bugfix: hp2graph end-of-file parsing bug.
New: The runtime system code is now documented using funnelweb.
Changes from 1.16:
# New: Several more packages of hierarchical libraries are included in
the build: base, parsec, haskell-src, QuickCheck, HaXml, HUnit, Cabal.
# New: FFI improvements: foreign import "dynamic" is now supported, and
named C header-files are now used.
# New: The compiler now uses cpphs for Haskell source instead of cpp. This
removes problems with string gaps, primes in identifiers, and so on.
# New: In hmake-interactive, if the readline library is not available,
the simple line editor now has a history mechanism.
# Bugfix: hmake's processing of cpp conditional directives is improved also.
# Bugfix: More evil bugfixes for gcc versions ? 3.3
# Bugfix: A numeric pattern can now match against a Num newtype.
# Bugfix: Foreign imports and abstract newtypes now play OK together.
# Bugfix: Methods in qualified classes no longer need to be qualified in
instance decls.
# Bugfix: GreenCard now accepts <<.../...>> syntax.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
* A degenerate type synonym like type T a = a in some circumstances
incorrectly caused an occurence check error.
* Several new features in gcc-3.3 cause breakage in the nhc98 build.
This patch fixes many [but ot all] of those problems.
PKGREVISION++.
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
Changes since 1.14a include:
* A large subset of the base package of hierarchical libraries is now
included in the build.
* The primitive FFI mechanism has been updated to match the latest official
spec, and the full Foreign libraries are also included (in hierarchical
form).
* The library function List.sortBy now uses a stable O(n log n) mergesort.
* Numerous other small fixes, including revisions to the Haskell'98 standard.
Changes since version 1.06 include:
* Lots of bugfixes.
* The Hat tracing system is now entirely separate from the nhc98 compiler
(and is thus not included in the package)