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 May 2 13:39:25 UTC 2021
Modified Files:
pkgsrc/mk: haskell.mk
Log Message:
Switch the default compiler to lang/ghc90
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 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.33 pkgsrc/mk/haskell.mk:1.34
--- pkgsrc/mk/haskell.mk:1.33 Sat May 1 16:14:19 2021
+++ pkgsrc/mk/haskell.mk Sun May 2 13:39:25 2021
@@ -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_SHARED_LIBRARY?= yes
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