Skip to content

Commit

Permalink
devel/pointfree: Update to 1.1.1.11
Browse files Browse the repository at this point in the history
v1.1.1.11:
* Dependency update for base 4.18, GHC 9.4.5 (PR #42, thanks Miezhiko)

v1.1.1.10:
* When parsing as an expression and as a declaration both fail, show both
  errors (PR #39, thanks 1in1)
* GitHub Action for CI
* Dependency update for base 4.16, GHC 9.2.5 (PR #39, thanks Andreas Ländle)
  • Loading branch information
depressed-pho committed Oct 27, 2023
1 parent e296544 commit 7741a71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
7 changes: 3 additions & 4 deletions devel/pointfree/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# $NetBSD: Makefile,v 1.10 2023/10/09 04:54:36 pho Exp $
# $NetBSD: Makefile,v 1.11 2023/10/27 12:15:19 pho Exp $

DISTNAME= pointfree-1.1.1.9
DISTNAME= pointfree-1.1.1.11
PKGNAME= ${DISTNAME}
PKGREVISION= 2
CATEGORIES= devel

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

HASKELL_UNRESTRICT_DEPENDENCIES+= \
base
transformers

.include "../../devel/hs-haskell-src-exts/buildlink3.mk"
.include "../../mk/haskell.mk"
Expand Down
6 changes: 4 additions & 2 deletions devel/pointfree/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2023/01/25 13:45:03 pho Exp $
@comment $NetBSD: PLIST,v 1.5 2023/10/27 12:15:19 pho Exp $
bin/pointfree
lib/${PKGNAME}/${HS_VERSION}/package-description
lib/${PKGNAME}/${HS_VERSION}/package-id
Expand Down Expand Up @@ -26,13 +26,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
${PLIST.doc}share/doc/${HS_PLATFORM}/${PKGNAME}/LICENSE
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.6 2023/01/25 13:45:03 pho Exp $
$NetBSD: distinfo,v 1.7 2023/10/27 12:15:19 pho Exp $

BLAKE2s (pointfree-1.1.1.9.tar.gz) = 41ebe51fe326e6734b0e11117312b5f2d52d631a3e6cfe3ab86dd2a618736bdd
SHA512 (pointfree-1.1.1.9.tar.gz) = b9f7f002b26176c58531e816ff06c76fc10fcbf20dc5b30860ff9e8408167e6e51f980da77945fc5a17ad0cbf76c832f77db4e222be1625cb9a2a12bc5b63a7d
Size (pointfree-1.1.1.9.tar.gz) = 20498 bytes
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

0 comments on commit 7741a71

Please sign in to comment.