pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-wizards



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 10:04:55 UTC 2025

Modified Files:
        pkgsrc/devel/hs-wizards: Makefile

Log Message:
devel/hs-wizards: Fix build with GHC 9.10


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

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-wizards/Makefile
diff -u pkgsrc/devel/hs-wizards/Makefile:1.14 pkgsrc/devel/hs-wizards/Makefile:1.15
--- pkgsrc/devel/hs-wizards/Makefile:1.14       Thu May  9 01:32:20 2024
+++ pkgsrc/devel/hs-wizards/Makefile    Sat Feb  1 10:04:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/05/09 01:32:20 pho Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/01 10:04:55 pho Exp $
 
 DISTNAME=      wizards-1.0.3
 PKGREVISION=   8
@@ -9,6 +9,7 @@ COMMENT=        High level, generic library for
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       containers      \
        haskeline       \
        mtl     \
        transformers



Home | Main Index | Thread Index | Old Index