pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/hs-free



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 07:45:25 UTC 2025

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/hs-free/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-free/Makefile
diff -u pkgsrc/math/hs-free/Makefile:1.9 pkgsrc/math/hs-free/Makefile:1.10
--- pkgsrc/math/hs-free/Makefile:1.9    Thu May  9 01:32:25 2024
+++ pkgsrc/math/hs-free/Makefile        Thu Jan 30 07:45:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/05/09 01:32:25 pho Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/30 07:45:25 pho Exp $
 
 DISTNAME=      free-5.2
 PKGREVISION=   2
@@ -9,6 +9,7 @@ COMMENT=        Monads for free
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       containers              \
        semigroupoids           \
        template-haskell        \
        th-abstraction



Home | Main Index | Thread Index | Old Index