pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-serialise
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 30 10:14:34 UTC 2025
Modified Files:
pkgsrc/devel/hs-serialise: Makefile
Log Message:
devel/hs-serialise: Fix build with GHC 9.10
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hs-serialise/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-serialise/Makefile
diff -u pkgsrc/devel/hs-serialise/Makefile:1.11 pkgsrc/devel/hs-serialise/Makefile:1.12
--- pkgsrc/devel/hs-serialise/Makefile:1.11 Thu May 9 01:32:11 2024
+++ pkgsrc/devel/hs-serialise/Makefile Thu Jan 30 10:14:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2024/05/09 01:32:11 pho Exp $
+# $NetBSD: Makefile,v 1.12 2025/01/30 10:14:34 pho Exp $
DISTNAME= serialise-0.2.6.1
PKGREVISION= 1
@@ -8,6 +8,9 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Binary serialisation library for Haskell values
LICENSE= modified-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ base
+
.include "../../devel/hs-cborg/buildlink3.mk"
.include "../../devel/hs-half/buildlink3.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index