pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/hs-websockets
Module Name: pkgsrc
Committed By: pho
Date: Sun Feb 2 07:29:26 UTC 2025
Modified Files:
pkgsrc/www/hs-websockets: Makefile
Log Message:
www/hs-websockets: Fix build with GHC 9.10
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/hs-websockets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/hs-websockets/Makefile
diff -u pkgsrc/www/hs-websockets/Makefile:1.9 pkgsrc/www/hs-websockets/Makefile:1.10
--- pkgsrc/www/hs-websockets/Makefile:1.9 Thu May 9 01:32:56 2024
+++ pkgsrc/www/hs-websockets/Makefile Sun Feb 2 07:29:25 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/05/09 01:32:56 pho Exp $
+# $NetBSD: Makefile,v 1.10 2025/02/02 07:29:25 pho Exp $
DISTNAME= websockets-0.13.0.0
PKGREVISION= 1
@@ -9,7 +9,9 @@ COMMENT= Sensible and clean way to write
LICENSE= modified-bsd
HASKELL_UNRESTRICT_DEPENDENCIES+= \
- network
+ containers \
+ network \
+ random
.include "../../devel/hs-async/buildlink3.mk"
.include "../../textproc/hs-attoparsec/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index