pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 12 08:38:15 UTC 2022

Modified Files:
        pkgsrc/mk: haskell.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/mk/haskell.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/haskell.mk
diff -u pkgsrc/mk/haskell.mk:1.40 pkgsrc/mk/haskell.mk:1.41
--- pkgsrc/mk/haskell.mk:1.40   Fri Feb 11 05:24:06 2022
+++ pkgsrc/mk/haskell.mk        Sat Feb 12 08:38:15 2022
@@ -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_SHARED_LIBRARY?=             yes
 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