pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/haskell.mk: Switch the default Haskell compiler ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9264400d3a32
branches:  trunk
changeset: 373697:9264400d3a32
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Feb 12 08:38:15 2022 +0000

description:
mk/haskell.mk: Switch the default Haskell compiler to lang/ghc92

diffstat:

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

diffs (18 lines):

diff -r dfafbaf33ed6 -r 9264400d3a32 mk/haskell.mk
--- a/mk/haskell.mk     Sat Feb 12 08:31:41 2022 +0000
+++ b/mk/haskell.mk     Sat Feb 12 08:38:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: haskell.mk,v 1.40 2022/02/11 05:24:06 pho Exp $
+# $NetBSD: haskell.mk,v 1.41 2022/02/12 08:38:15 pho Exp $
 #
 # This Makefile fragment handles Haskell Cabal packages. Package
 # configuration, building, installation, registration and unregistration
@@ -114,7 +114,7 @@
 HASKELL_ENABLE_LIBRARY_PROFILING?=     yes
 HASKELL_ENABLE_HADDOCK_DOCUMENTATION?= yes
 
-.include "../../lang/ghc90/buildlink3.mk"
+.include "../../lang/ghc92/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