pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-json



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Apr 29 03:06:55 UTC 2024

Modified Files:
        pkgsrc/converters/hs-json: Makefile

Log Message:
converters/hs-json: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/converters/hs-json/Makefile

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

Modified files:

Index: pkgsrc/converters/hs-json/Makefile
diff -u pkgsrc/converters/hs-json/Makefile:1.5 pkgsrc/converters/hs-json/Makefile:1.6
--- pkgsrc/converters/hs-json/Makefile:1.5      Thu Nov  2 06:36:12 2023
+++ pkgsrc/converters/hs-json/Makefile  Mon Apr 29 03:06:55 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2023/11/02 06:36:12 pho Exp $
+# $NetBSD: Makefile,v 1.6 2024/04/29 03:06:55 pho Exp $
 
 DISTNAME=      json-0.11
 PKGREVISION=   1
-CATEGORIES=    devel
+CATEGORIES=    converters
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Support for serialising Haskell to and from JSON



Home | Main Index | Thread Index | Old Index