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: Sun Feb 2 12:55:39 UTC 2025
Modified Files:
pkgsrc/mk: haskell.mk
Log Message:
mk/haskell.mk: Switch the default compiler to GHC 9.10 (lang/ghc910)
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 pkgsrc/mk/haskell.mk:1.72
--- pkgsrc/mk/haskell.mk:1.71 Mon Jan 13 03:10:07 2025
+++ pkgsrc/mk/haskell.mk Sun Feb 2 12:55:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: haskell.mk,v 1.71 2025/01/13 03:10:07 pho Exp $
+# $NetBSD: haskell.mk,v 1.72 2025/02/02 12:55:38 pho Exp $
#
# This Makefile fragment handles Haskell Cabal packages. Package
# configuration, building, installation, registration and unregistration
@@ -172,7 +172,7 @@ HASKELL_DISABLE_EXECUTABLES?= # empty
HASKELL_DISABLE_LIBRARIES?= # empty
HASKELL_UNRESTRICT_DEPENDENCIES?= # empty
-.include "../../lang/ghc98/buildlink3.mk"
+.include "../../lang/ghc910/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