Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
(PKG_DESTDIR_SUPPORT=none).
|
|
|
|
major change.
Reported by Robert Elz in PR 41345.
|
|
Changes in 6.8.3:
* The arguments to ghc-pkg now understand lists and wildcards, and
there is a new command ghc-pkg find-module.
* The filename completion in ghci is now more intelligent.
* We now look for GHCi config files in these locations:
./.ghci
$HOME/.ghc/ghci.conf
$HOME/.ghci
* You can now give multiple -e options to GHC.
* You can now use the -prof and -threaded flags together, although
you cannot also use +RTS -N2.
* SCC names are no longer allowed to contain spaces, as some of the
profiling tools break if they do.
* Various changes have been made to GHC's internals, so there are some
differences in the API exposed by the ghc package. Most notably,
checkAndLoadModule has now been implemented.
|
|
Solves PR pkg/38510.
Bump PKGREVISION.
|
|
socket(), and bump PKGREVISION.
|
|
Solves PR pkg/38263.
Bump PKGREVISION.
|
|
The major changes in this release are adding Haskell Program Coverage (hpc)
support to the compiler, adding a debugger to GHCi, the first phase of the
base package split, and pointer tagging in the code generator (which should
mean most code improves by 10-15%, and as a result the compiler is also
faster).
Most of this upgrade was done by Paulo Matias in pkgsrc-wip.
|
|
on Darwin-*-i386.
|
|
In this case, the += operator appears in an embedded AWK script, so it
is ok.
|
|
|
|
Many, many bugs have been fixed relative to 6.6. Far too many to list here.
The other changes in this release are:
* GHC works on Windows Vista.
* GHC can now be used to compile C++ files.
* There is an --install-signal-handlers=<yes|no> RTS flag. The main use is
to stop GHC installing signal handlers when you are putting your code in
a DLL.
* Newtypes can now be defined using GADT syntax.
* Linear implicit parameters are no longer accepted.
* There is a manpage for ghc and ghci.
* The building guide has been moved to the wiki.
* GHC now comes with the filepath library.
|
|
This version represent >19 month of development since the version 6.4,
and the list of changes is far too big to include here. See
http://www.haskell.org/ghc/docs/6.6/html/users_guide/release-6-6.html
for the list of user visible changes.
|
|
|
|
|
|
Fix some hardcoded paths.
Bump PKGREVISION.
|
|
Bump PKGREVISION.
|
|
to fetch the file. This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
|
|
I can't find any description of what has changed, but it's bug fixes
as far as I know.
|
|
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
"6.4.1 is a bugfix release over 6.4. No library APIs have changed, so code
that worked with 6.4 should continue to work with 6.4.1.
Many, many bugs have been fixed relative to 6.4. Far too many to list here."
Fixes PR pkg/31751.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
See
http://www.haskell.org/ghc/docs/6.4/html/users_guide/release-6-4.html
for the long list of changes since ghc-6.2.1.
In addition, GHCi and profiling support have been enabled in this
package.
|
|
|
|
|
|
was updated in r1.17.
|
|
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.
|
|
There are too many changes compared to version 5.04.3 to list here...
The changes are described in:
http://www.haskell.org/ghc/docs/6.0.1/html/users_guide/release-6-0.html
http://www.haskell.org/ghc/docs/6.2.1/html/users_guide/release-6-2.html
|
|
|
|
|
|
|
|
|
|
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
|
GHC documentation for details.
The most import change is that this package (which has been broken since the
conversion from a.out to ELF) has been re-ported to NetBSD by Urban Boquist,
boquist@crt.se.
|
|
|
|
|
|
package Makefile.
|
|
|
|
(Theoretically... the package seems to be broken.)
|
|
|
|
- Patch memory management to recognize NetBSD-i386 ELF.
XXX This package still doesn't build on ELF systems due to problems with
XXX included assembler sources.
|
|
|
|
GHC: The Glasgow Haskell Compiler.
The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler for the functional programming language Haskell 98
(http://www.haskell.org). GHC compiles Haskell to either native code
or C. It implements numerous experimental language extensions to
Haskell, including concurrency, a foreign language interface, several
type-system extensions, exceptions, and so on. GHC comes with a
generational garbage collector, a space and time profiler, and a
comprehensive set of libraries.
-Julian Assange <proff@iq.org>
|
|
|