pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/hs-servant-server



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat May  4 13:31:29 UTC 2024

Modified Files:
        pkgsrc/www/hs-servant-server: Makefile PLIST

Log Message:
www/hs-servant-server: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/hs-servant-server/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/hs-servant-server/PLIST

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-servant-server/Makefile
diff -u pkgsrc/www/hs-servant-server/Makefile:1.5 pkgsrc/www/hs-servant-server/Makefile:1.6
--- pkgsrc/www/hs-servant-server/Makefile:1.5   Thu Nov  2 06:37:47 2023
+++ pkgsrc/www/hs-servant-server/Makefile       Sat May  4 13:31:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/11/02 06:37:47 pho Exp $
+# $NetBSD: Makefile,v 1.6 2024/05/04 13:31:29 pho Exp $
 
 DISTNAME=      servant-server-0.20
 PKGREVISION=   1
@@ -9,8 +9,12 @@ COMMENT=       Family of combinators for defin
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       base            \
+       bytestring      \
        constraints     \
-       http-api-data
+       http-api-data   \
+       network         \
+       text
 
 .include "../../devel/hs-base-compat/buildlink3.mk"
 .include "../../converters/hs-base64-bytestring/buildlink3.mk"

Index: pkgsrc/www/hs-servant-server/PLIST
diff -u pkgsrc/www/hs-servant-server/PLIST:1.2 pkgsrc/www/hs-servant-server/PLIST:1.3
--- pkgsrc/www/hs-servant-server/PLIST:1.2      Tue Oct 31 04:44:52 2023
+++ pkgsrc/www/hs-servant-server/PLIST  Sat May  4 13:31:29 2024
@@ -1,6 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/31 04:44:52 pho Exp $
-lib/servant-server-${PKGVERSION}/${HS_VERSION}/package-description
-lib/servant-server-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.3 2024/05/04 13:31:29 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Servant.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Servant.hi
@@ -58,6 +56,8 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Servant/U
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Servant/Utils/StaticFiles.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/servant-server-${PKGVERSION}/${HS_VERSION}/package-description
+lib/servant-server-${PKGVERSION}/${HS_VERSION}/package-id
 share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/Servant-Server-Experimental-Auth.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/Servant-Server-Generic.html
@@ -103,12 +103,10 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/ser
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/doc-index-V.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/doc-index-W.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/servant-server.haddock
 ${PLIST.doc}share/doc/${HS_PLATFORM}/servant-server-${PKGVERSION}/html/synopsis.png



Home | Main Index | Thread Index | Old Index