pkgsrc/lang/ghc/patches/patch-ac
kristerw 722ad1956b Update ghc to version 6.8.2.
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.
2008-03-17 15:33:10 +00:00

13 lines
410 B
Text

$NetBSD: patch-ac,v 1.7 2008/03/17 15:33:10 kristerw Exp $
--- rts/package.conf.in.orig 2007-12-10 16:11:32.000000000 -0200
+++ rts/package.conf.in
@@ -73,7 +73,7 @@ depends:
hugs-options:
cc-options:
-ld-options:
+ld-options: "-Wl","-R@PREFIX@/lib","-L","@PREFIX@/lib",
#ifdef LEADING_UNDERSCORE
"-u", "_base_GHCziBase_Izh_static_info"
, "-u", "_base_GHCziBase_Czh_static_info"