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:           Wed Feb  1 03:37:21 UTC 2023

Modified Files:
        pkgsrc/mk: haskell.mk

Log Message:
mk/haskell.mk: Change the compiler from lang/ghc92 to lang/ghc94


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 pkgsrc/mk/haskell.mk:1.54
--- pkgsrc/mk/haskell.mk:1.53   Mon Jan 30 11:09:42 2023
+++ pkgsrc/mk/haskell.mk        Wed Feb  1 03:37:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: haskell.mk,v 1.53 2023/01/30 11:09:42 pho Exp $
+# $NetBSD: haskell.mk,v 1.54 2023/02/01 03:37:21 pho Exp $
 #
 # This Makefile fragment handles Haskell Cabal packages. Package
 # configuration, building, installation, registration and unregistration
@@ -148,7 +148,7 @@ HASKELL_ENABLE_HADDOCK_DOCUMENTATION?=      y
 HASKELL_ENABLE_TESTS?=                 no
 HASKELL_UNRESTRICT_DEPENDENCIES?=      # empty
 
-.include "../../lang/ghc92/buildlink3.mk"
+.include "../../lang/ghc94/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