722ad1956b
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.
9 lines
376 B
Text
9 lines
376 B
Text
$NetBSD: patch-ad,v 1.9 2008/03/17 15:33:10 kristerw Exp $
|
|
|
|
--- libraries/readline/readline.cabal.orig 2007-12-10 16:20:29.000000000 -0200
|
|
+++ libraries/readline/readline.cabal
|
|
@@ -32,3 +32,4 @@ library
|
|
includes: HsReadline.h
|
|
install-includes: HsReadline.h HsReadlineConfig.h
|
|
c-sources: HsReadline_cbits.c
|
|
+ ld-options: "-Wl","-R@PREFIX@/lib","-L","@PREFIX@/lib"
|