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:   wiz
Date:           Sun Mar  5 22:10:58 UTC 2023

Modified Files:
        pkgsrc/lang/purescript: Makefile

Log Message:
purescript: override happy dependency as well

Fixes build after happy update.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/lang/purescript/Makefile:1.11
--- pkgsrc/lang/purescript/Makefile:1.10        Tue Feb  7 01:40:58 2023
+++ pkgsrc/lang/purescript/Makefile     Sun Mar  5 22:10:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/02/07 01:40:58 pho Exp $
+# $NetBSD: Makefile,v 1.11 2023/03/05 22:10:57 wiz Exp $
 
 DISTNAME=      purescript-0.15.7
 PKGNAME=       ${DISTNAME}
@@ -18,6 +18,7 @@ HASKELL_UNRESTRICT_DEPENDENCIES+=     \
        Cabal   \
        aeson   \
        base    \
+       happy   \
        language-javascript     \
        lens    \
        memory  \



Home | Main Index | Thread Index | Old Index