pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/hs-http-media
Module Name: pkgsrc
Committed By: pho
Date: Thu Jan 30 14:53:37 UTC 2025
Modified Files:
pkgsrc/www/hs-http-media: Makefile
Log Message:
www/hs-http-media: Fix build with GHC 9.10
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/hs-http-media/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-http-media/Makefile
diff -u pkgsrc/www/hs-http-media/Makefile:1.7 pkgsrc/www/hs-http-media/Makefile:1.8
--- pkgsrc/www/hs-http-media/Makefile:1.7 Thu May 9 01:32:53 2024
+++ pkgsrc/www/hs-http-media/Makefile Thu Jan 30 14:53:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/05/09 01:32:53 pho Exp $
+# $NetBSD: Makefile,v 1.8 2025/01/30 14:53:37 pho Exp $
DISTNAME= http-media-0.8.1.1
PKGREVISION= 2
@@ -9,7 +9,8 @@ COMMENT= Processing HTTP Content-Type an
LICENSE= mit
HASKELL_UNRESTRICT_DEPENDENCIES= \
- bytestring
+ bytestring \
+ containers
.include "../../textproc/hs-case-insensitive/buildlink3.mk"
.include "../../devel/hs-utf8-string/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index