Skip to content

Commit

Permalink
devel/pointfree: Update to 1.1.1.12
Browse files Browse the repository at this point in the history
v1.1.1.12:
* Dependency update for GHC 9.8.2 + libraries (PR #45, thanks fgaz)
* Dependency update for transformers 0.6, GHC 9.6.2 (PR #43, thanks Miezhiko)
  • Loading branch information
depressed-pho committed Apr 29, 2024
1 parent d35a454 commit a540c13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 2 additions & 6 deletions devel/pointfree/Makefile
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
# $NetBSD: Makefile,v 1.12 2023/11/02 06:37:05 pho Exp $
# $NetBSD: Makefile,v 1.13 2024/04/29 04:48:40 pho Exp $

DISTNAME= pointfree-1.1.1.11
DISTNAME= pointfree-1.1.1.12
PKGNAME= ${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel

MAINTAINER= pho@cielonegro.org
COMMENT= Convert Haskell expressions to pointfree form
LICENSE= mit

HASKELL_UNRESTRICT_DEPENDENCIES+= \
transformers

.include "../../devel/hs-haskell-src-exts/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 3 additions & 5 deletions devel/pointfree/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@comment $NetBSD: PLIST,v 1.5 2023/10/27 12:15:19 pho Exp $
@comment $NetBSD: PLIST,v 1.6 2024/04/29 04:48:40 pho Exp $
bin/pointfree
lib/${PKGNAME}/${HS_VERSION}/package-description
lib/${PKGNAME}/${HS_VERSION}/package-id
${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Plugin/Pl/Common.dyn_hi
lib/${HS_PLATFORM}/${HS_PKGID}/Plugin/Pl/Common.hi
Expand All @@ -26,15 +24,15 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Pointfree.hi
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Pointfree.p_hi
lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
lib/${PKGNAME}/${HS_VERSION}/package-description
lib/${PKGNAME}/${HS_VERSION}/package-id
share/doc/${HS_PLATFORM}/${PKGNAME}/LICENSE
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/Pointfree.html
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/doc-index.json
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/haddock-bundle.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/index.html
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/linuwial.css
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/meta.json
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/pointfree.haddock
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/quick-jump.css
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/quick-jump.min.js
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/html/synopsis.png
8 changes: 4 additions & 4 deletions devel/pointfree/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2023/10/27 12:15:19 pho Exp $
$NetBSD: distinfo,v 1.8 2024/04/29 04:48:40 pho Exp $

BLAKE2s (pointfree-1.1.1.11.tar.gz) = a8900fb5eee44b4052767e2a75f5eac91638c0fdc3450d5400ffb089156a6b46
SHA512 (pointfree-1.1.1.11.tar.gz) = 31676e8448d19bd032bcb4e1c1a595a2f808121a5246f4b427e0b4f4d63cf0656d599524262b8b98ce3333c57f5a37cd2fd6f105183e3ad6f0ca5eee427b8ffe
Size (pointfree-1.1.1.11.tar.gz) = 20685 bytes
BLAKE2s (pointfree-1.1.1.12.tar.gz) = 48b4096af315946e458339d69e9f7ab02f91c731dfcde3929e6dde386c8c0b9b
SHA512 (pointfree-1.1.1.12.tar.gz) = bcbc23dfb48ae2c1c833cebca37c1d12d90a536fea461e18cf44b58120b6cdbfbfcbeb74e2e1c635a02eb14f88de33cb79a3be6b1d928b7be7f0112e8d24bfeb
Size (pointfree-1.1.1.12.tar.gz) = 20762 bytes

0 comments on commit a540c13

Please sign in to comment.