pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/floskell
Module Name: pkgsrc
Committed By: pho
Date: Fri Jan 31 01:15:54 UTC 2025
Modified Files:
pkgsrc/devel/floskell: Makefile
Log Message:
devel/floskell: Fix build with GHC 9.10
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/floskell/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/floskell/Makefile
diff -u pkgsrc/devel/floskell/Makefile:1.12 pkgsrc/devel/floskell/Makefile:1.13
--- pkgsrc/devel/floskell/Makefile:1.12 Thu May 9 01:31:43 2024
+++ pkgsrc/devel/floskell/Makefile Fri Jan 31 01:15:54 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/05/09 01:31:43 pho Exp $
+# $NetBSD: Makefile,v 1.13 2025/01/31 01:15:54 pho Exp $
DISTNAME= floskell-0.11.1
PKGNAME= ${DISTNAME}
@@ -9,6 +9,10 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Flexible Haskell source code pretty printer
LICENSE= modified-bsd
+HASKELL_UNRESTRICT_DEPENDENCIES+= \
+ base \
+ data-default
+
# lib:floskell
.include "../../converters/hs-aeson/buildlink3.mk"
.include "../../textproc/hs-attoparsec/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index