pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-haddock-library



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 12:50:31 UTC 2025

Modified Files:
        pkgsrc/textproc/hs-haddock-library: Makefile

Log Message:
textproc/hs-haddock-library: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/hs-haddock-library/Makefile

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

Modified files:

Index: pkgsrc/textproc/hs-haddock-library/Makefile
diff -u pkgsrc/textproc/hs-haddock-library/Makefile:1.14 pkgsrc/textproc/hs-haddock-library/Makefile:1.15
--- pkgsrc/textproc/hs-haddock-library/Makefile:1.14    Thu May  9 01:32:42 2024
+++ pkgsrc/textproc/hs-haddock-library/Makefile Sat Feb  1 12:50:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/05/09 01:32:42 pho Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/01 12:50:31 pho Exp $
 
 DISTNAME=      haddock-library-1.11.0
 PKGREVISION=   4
@@ -10,6 +10,7 @@ LICENSE=      2-clause-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
        base    \
+       containers      \
        text
 
 .include "../../mk/haskell.mk"



Home | Main Index | Thread Index | Old Index