21 lines
927 B
Plaintext
21 lines
927 B
Plaintext
$OpenBSD: patch-ghc_mk,v 1.4 2011/04/23 08:40:41 kili Exp $
|
|
|
|
I don't see the point in not installing libraries that are required
|
|
by the build (and by several external haskell libraries we have or
|
|
will have in the ports tree). Note that the mtl package is outdated;
|
|
we keep it only because devel/hs-atom doesn't (yet) t work with the
|
|
(new) mtl-2 in devel/hs-mtl. mtl-1 will be disabled after devel/hs-atom
|
|
has been updated (which I leave to jasper@).
|
|
|
|
--- ghc.mk.orig Wed Dec 15 19:10:07 2010
|
|
+++ ghc.mk Sun Dec 26 17:18:11 2010
|
|
@@ -290,7 +290,7 @@ include rules/bindist.mk
|
|
# They do not say "this package will be built"; see $(PACKAGES_xx) for that
|
|
|
|
# Packages that are built but not installed
|
|
-INTREE_ONLY_PACKAGES := haskeline mtl terminfo utf8-string xhtml
|
|
+INTREE_ONLY_PACKAGES :=
|
|
|
|
# Packages that, if present, must be built by the stage2 compiler,
|
|
# because they use TH and/or annotations, or depend on other stage2
|