pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hs-cheapskate



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 12:59:27 UTC 2025

Modified Files:
        pkgsrc/textproc/hs-cheapskate: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/hs-cheapskate/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-cheapskate/Makefile
diff -u pkgsrc/textproc/hs-cheapskate/Makefile:1.12 pkgsrc/textproc/hs-cheapskate/Makefile:1.13
--- pkgsrc/textproc/hs-cheapskate/Makefile:1.12 Thu May  9 01:32:40 2024
+++ pkgsrc/textproc/hs-cheapskate/Makefile      Sat Feb  1 12:59:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/05/09 01:32:40 pho Exp $
+# $NetBSD: Makefile,v 1.13 2025/02/01 12:59:27 pho Exp $
 
 DISTNAME=      cheapskate-0.1.1.2
 PKGREVISION=   8
@@ -12,6 +12,8 @@ LICENSE=      modified-bsd
 CONFIGURE_ARGS+=       -f-dingus
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       containers      \
+       data-default    \
        mtl     \
        text
 



Home | Main Index | Thread Index | Old Index