openbsd-ports/lang/ghc/patches/patch-ghc_mk

21 lines
927 B
Plaintext
Raw Normal View History

$OpenBSD: patch-ghc_mk,v 1.4 2011/04/23 08:40:41 kili Exp $
2010-04-22 17:49:37 -04:00
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@).
2010-04-22 17:49:37 -04:00
--- 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
2010-04-22 17:49:37 -04:00
# Packages that are built but not installed
-INTREE_ONLY_PACKAGES := haskeline mtl terminfo utf8-string xhtml
+INTREE_ONLY_PACKAGES :=
2010-04-22 17:49:37 -04:00
# Packages that, if present, must be built by the stage2 compiler,
# because they use TH and/or annotations, or depend on other stage2