pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-adjunctions



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 07:47:01 UTC 2025

Modified Files:
        pkgsrc/math/hs-adjunctions: Makefile

Log Message:
math/hs-adjunctions: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/hs-adjunctions/Makefile

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

Modified files:

Index: pkgsrc/math/hs-adjunctions/Makefile
diff -u pkgsrc/math/hs-adjunctions/Makefile:1.8 pkgsrc/math/hs-adjunctions/Makefile:1.9
--- pkgsrc/math/hs-adjunctions/Makefile:1.8     Thu May  9 01:32:24 2024
+++ pkgsrc/math/hs-adjunctions/Makefile Thu Jan 30 07:47:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/05/09 01:32:24 pho Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/30 07:47:01 pho Exp $
 
 DISTNAME=      adjunctions-4.4.2
 PKGREVISION=   4
@@ -9,6 +9,7 @@ COMMENT=        Adjunctions and representable f
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       containers      \
        semigroupoids
 
 .include "../../math/hs-comonad/buildlink3.mk"



Home | Main Index | Thread Index | Old Index