pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/purescript



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 13:30:01 UTC 2025

Modified Files:
        pkgsrc/lang/purescript: Makefile

Log Message:
lang/purescript: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/purescript/Makefile

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

Modified files:

Index: pkgsrc/lang/purescript/Makefile
diff -u pkgsrc/lang/purescript/Makefile:1.16 pkgsrc/lang/purescript/Makefile:1.17
--- pkgsrc/lang/purescript/Makefile:1.16        Thu May  9 01:32:24 2024
+++ pkgsrc/lang/purescript/Makefile     Sat Feb  1 13:30:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2024/05/09 01:32:24 pho Exp $
+# $NetBSD: Makefile,v 1.17 2025/02/01 13:30:00 pho Exp $
 
 DISTNAME=      purescript-0.15.15
 PKGNAME=       ${DISTNAME}
@@ -27,8 +27,10 @@ HASKELL_UNRESTRICT_DEPENDENCIES+=    \
        ansi-wl-pprint          \
        base                    \
        bytestring              \
+       containers              \
        crypton                 \
        deepseq                 \
+       filepath                \
        happy                   \
        language-javascript     \
        lens                    \
@@ -43,7 +45,8 @@ HASKELL_UNRESTRICT_DEPENDENCIES+=     \
        these                   \
        time                    \
        transformers            \
-       vector
+       vector                  \
+       witherable
 
 # If purs is to be linked dynamically, it will depend on more than 180
 # shared objects and the dynamic linker will spend several seconds to



Home | Main Index | Thread Index | Old Index