pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-foldable1-classes-compat



Module Name:    pkgsrc
Committed By:   pho
Date:           Mon Apr 29 07:21:02 UTC 2024

Modified Files:
        pkgsrc/devel/hs-foldable1-classes-compat: Makefile PLIST

Log Message:
devel/hs-foldable1-classes-compat: 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.2 -r1.3 pkgsrc/devel/hs-foldable1-classes-compat/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-foldable1-classes-compat/PLIST

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

Modified files:

Index: pkgsrc/devel/hs-foldable1-classes-compat/Makefile
diff -u pkgsrc/devel/hs-foldable1-classes-compat/Makefile:1.2 pkgsrc/devel/hs-foldable1-classes-compat/Makefile:1.3
--- pkgsrc/devel/hs-foldable1-classes-compat/Makefile:1.2       Thu Nov  2 06:36:30 2023
+++ pkgsrc/devel/hs-foldable1-classes-compat/Makefile   Mon Apr 29 07:21:01 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/11/02 06:36:30 pho Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/29 07:21:01 pho Exp $
 
 DISTNAME=      foldable1-classes-compat-0.1
 PKGREVISION=   1
@@ -8,6 +8,10 @@ MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Compatibility package for the Foldable1 and Bifoldable1 type classes
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base    \
+       ghc-prim
+
 .include "../../devel/hs-tagged/buildlink3.mk"
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-foldable1-classes-compat/PLIST
diff -u pkgsrc/devel/hs-foldable1-classes-compat/PLIST:1.1 pkgsrc/devel/hs-foldable1-classes-compat/PLIST:1.2
--- pkgsrc/devel/hs-foldable1-classes-compat/PLIST:1.1  Fri Oct 27 14:11:39 2023
+++ pkgsrc/devel/hs-foldable1-classes-compat/PLIST      Mon Apr 29 07:21:01 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/10/27 14:11:39 pho Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/04/29 07:21:01 pho Exp $
 lib/foldable1-classes-compat-${PKGVERSION}/${HS_VERSION}/package-description
 lib/foldable1-classes-compat-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/foldable1-classes-compat-${PKGVERSION}/LICENSE



Home | Main Index | Thread Index | Old Index