pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Switch the default compiler to lang/ghc90



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff45a491a62f
branches:  trunk
changeset: 451841:ff45a491a62f
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun May 02 13:39:25 2021 +0000

description:
Switch the default compiler to lang/ghc90

diffstat:

 mk/haskell.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 828da6afe6fa -r ff45a491a62f mk/haskell.mk
--- a/mk/haskell.mk     Sun May 02 12:11:51 2021 +0000
+++ b/mk/haskell.mk     Sun May 02 13:39:25 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: haskell.mk,v 1.33 2021/05/01 16:14:19 pho Exp $
+# $NetBSD: haskell.mk,v 1.34 2021/05/02 13:39:25 pho Exp $
 #
 # This Makefile fragment handles Haskell Cabal packages.
 # Package configuration, building, installation, registration and
@@ -109,7 +109,7 @@
 HASKELL_ENABLE_LIBRARY_PROFILING?=     yes
 HASKELL_ENABLE_HADDOCK_DOCUMENTATION?= yes
 
-.include "../../lang/ghc88/buildlink3.mk"
+.include "../../lang/ghc90/buildlink3.mk"
 
 # Some Cabal packages requires preprocessors to build, and we don't
 # want them to implicitly depend on such tools. Place dummy scripts by



Home | Main Index | Thread Index | Old Index