Up to [cvs.netbsd.org] / pkgsrc / lang / nhc98
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.16 / (download) - annotate - [select for diffs], Fri Jun 24 23:58:17 2005 UTC (6 years, 11 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Reorder two include files to make it compile on big endian NetBSD machines.
Revision 1.15 / (download) - annotate - [select for diffs], Thu May 12 17:53:29 2005 UTC (7 years ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Correct PLIST for ports other than i386. Fix a build issue for Darwin. Bump PKGREVISION.
Revision 1.14 / (download) - annotate - [select for diffs], Sun May 1 22:55:07 2005 UTC (7 years ago) by kristerw
Branch: MAIN
Changes since 1.13: +9 -11
lines
Diff to previous 1.13 (colored)
Update nhc98 to 1.18. 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.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 15 21:58:32 2005 UTC (7 years, 1 month ago) by kristerw
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (colored)
Adjust for changes done in the pkgsrc infrastructure to make this package build again.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Feb 24 09:03:09 2005 UTC (7 years, 3 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
Add RMD160 digests
Revision 1.11 / (download) - annotate - [select for diffs], Fri Jan 16 20:03:59 2004 UTC (8 years, 4 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Fix build problem on NetBSD -current.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 16 00:59:18 2004 UTC (8 years, 4 months ago) by kristerw
Branch: MAIN
Changes since 1.9: +6 -2
lines
Diff to previous 1.9 (colored)
Add patches from the nhc98 web page: * 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++.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 3 09:50:39 2004 UTC (8 years, 4 months ago) by kristerw
Branch: MAIN
Changes since 1.8: +3 -1
lines
Diff to previous 1.8 (colored)
Fix multi-line strings and an incorrect function call identified by gcc3.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Mar 19 23:14:35 2003 UTC (9 years, 2 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.7: +4 -4
lines
Diff to previous 1.7 (colored)
Update nhc98 to 1.16. 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.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 14 22:38:30 2002 UTC (9 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
buildlink1 -> buildlink2, and use java.mk for proper Java handling.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 25 16:12:02 2002 UTC (9 years, 9 months ago) by kristerw
Branch: MAIN
Changes since 1.5: +3 -4
lines
Diff to previous 1.5 (colored)
Update lang/nhc98 to version 1.14a. 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)
Revision 1.5 / (download) - annotate - [select for diffs], Wed Dec 26 01:04:54 2001 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Buildlinkify.
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 15 12:40:20 2001 UTC (10 years, 10 months ago) by jtb
Branch: MAIN
Changes since 1.3: +4 -4
lines
Diff to previous 1.3 (colored)
Update to version 1.06. Changes include: * Updated the Prelude/Libraries to match the newly revised Haskell'98 Report. * Default build target is now basic + tracer (was just basic). * Building with gcc now builds everything with gcc, including profiling and tracing. This is much faster. * Bugfixes.
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 22 00:45:54 2001 UTC (11 years ago) by jtb
Branch: MAIN
Changes since 1.2: +4 -3
lines
Diff to previous 1.2 (colored)
Update to nhc98-1.04.
nhc98 1.04 (2001-05-21) features
* New: Support for extended module namespaces of the form
Long.Hierarchical.Module.Name is now provided in both nhc98 and
hmake.
* Update: Improved printing of I/O error messages.
* Update: Improved (more accurate) time profiling now provided.
* Bugfix: An identifier hidden on import and redefined in the
current module, then exported, but also imported qualified and
used qualified in the current module, led to an incorrect
interface file being generated.
* Bugfix: hmake issued an unnecessary -cpp flag on some literate
files.
* Bugfix: Type of IO.hSetPosn :: Handle -> HandlePosn -> IO () was
incorrect
* Bugfix: Compile-time error in src/tracer/runtime/ident.c on RedHat
7 and other systems using the new ISO C standard for fpos_t.
* Bugfix: A file opened in ReadMode or WriteMode was actually opened
in ReadWriteMode, so if the file had strict permissions the
correct opening command would fail. Conversely, opening in
ReadWriteMode actually gave ReadMode instead, and file updates
silently failed.
* Bugfix: Operator sections suffered from priority inversion, for
example (^2*3) was incorrectly parsed as (^(2*3)), even though ^
binds more tightly than *.
* Bugfix: The library function Directory.createDirectory gave
strange permissions to the new directory. (Mode was in hex, but
should have been octal!)
The following updates and bugfixes are specifically for Hat, the
redex-trail-based tracing and debugging system.
* New architecture: Traced programs now build their trails in files,
not in the heap. This has four consequences: (1) you no longer
need to give your program large amounts of extra memory to trace
it; but (2) you may need to have large amounts of free disk space,
particularly to trace long-running programs; (3) for the moment,
traced programs now run even slower (we are working to improve
this); and (4) trails are now first-class objects, so new tools
can manipulate them to provide several different views of the
computation.
* New tools: Storing trails in files means we can now provide more
tools to examine them. The original graphical browser is now
renamed hat-trail, and can fully explore the redex trails in file.
hat-stack gives a virtual stack back-trace from a trail file (no
need to re-run the program). hat-observe gives you HOOD-like
observation of the input and output from functions. hat-detect
does algorithmic debugging in the style of Freja; it discovers and
identifies the location of a bug after asking you some simple
questions. hat-check verifies the integrity of the trail file,
prints a textual dump, and gives statistics about its contents.
* Update: Fuller Standard Library support for tracing: added
Directory, System, CPUTime, Random. (Still missing: Time, Locale.)
* Update: More Haskell'98 language features are accepted: named
fields can now be traced, although the hat tools don't yet show
them in source form. Pattern bindings are also handled better.
_________________________________________________________________
Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 19 15:00:54 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.1: +3 -2
lines
Diff to previous 1.1 (colored)
Move to sha1 digests, and add distfile sizes.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:31:40 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo