pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Feb  9 13:20:09 UTC 2021

Modified Files:
        pkgsrc/lang: Makefile

Log Message:
lang: Enable ghc90


To generate a diff of this commit:
cvs rdiff -u -r1.589 -r1.590 pkgsrc/lang/Makefile

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

Modified files:

Index: pkgsrc/lang/Makefile
diff -u pkgsrc/lang/Makefile:1.589 pkgsrc/lang/Makefile:1.590
--- pkgsrc/lang/Makefile:1.589  Tue Feb  9 13:18:08 2021
+++ pkgsrc/lang/Makefile        Tue Feb  9 13:20:09 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.589 2021/02/09 13:18:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.590 2021/02/09 13:20:09 ryoon Exp $
 #
 
 COMMENT=       Programming languages
@@ -98,6 +98,7 @@ SUBDIR+=      ghc80
 SUBDIR+=       ghc810
 SUBDIR+=       ghc84
 SUBDIR+=       ghc88
+SUBDIR+=       ghc90
 SUBDIR+=       gjs
 SUBDIR+=       gnat_util
 SUBDIR+=       gnucobol



Home | Main Index | Thread Index | Old Index