pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hs-wai-cors



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu May  2 10:20:55 UTC 2024

Modified Files:
        pkgsrc/www/hs-wai-cors: PLIST

Log Message:
www/hs-wai-cors: 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.2 -r1.3 pkgsrc/www/hs-wai-cors/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-wai-cors/PLIST
diff -u pkgsrc/www/hs-wai-cors/PLIST:1.2 pkgsrc/www/hs-wai-cors/PLIST:1.3
--- pkgsrc/www/hs-wai-cors/PLIST:1.2    Mon Oct 30 12:35:09 2023
+++ pkgsrc/www/hs-wai-cors/PLIST        Thu May  2 10:20:55 2024
@@ -1,28 +1,26 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/30 12:35:09 pho Exp $
-lib/wai-cors-${PKGVERSION}/${HS_VERSION}/package-description
-lib/wai-cors-${PKGVERSION}/${HS_VERSION}/package-id
+@comment $NetBSD: PLIST,v 1.3 2024/05/02 10:20:55 pho Exp $
 ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
 ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Middleware/Cors.dyn_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Middleware/Cors.hi
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Middleware/Cors.p_hi
 lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
 ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
+lib/wai-cors-${PKGVERSION}/${HS_VERSION}/package-description
+lib/wai-cors-${PKGVERSION}/${HS_VERSION}/package-id
+share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/CHANGELOG.md
+share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/README.md
+share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/examples/Scotty.hs
+share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/examples/ServantWai.hs
+share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/examples/Wai.hs
+share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/test/index.html
+share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/test/phantomjs.js
 share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/LICENSE
 ${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/Network-Wai-Middleware-Cors.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/doc-index.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/haddock-bundle.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/index.html
 ${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/linuwial.css
 ${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/meta.json
 ${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/quick-jump.css
-${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/quick-jump.min.js
 ${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/synopsis.png
 ${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/wai-cors.haddock
-share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/CHANGELOG.md
-share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/README.md
-share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/examples/Scotty.hs
-share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/examples/ServantWai.hs
-share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/examples/Wai.hs
-share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/test/index.html
-share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/test/phantomjs.js



Home | Main Index | Thread Index | Old Index