git: eb2e2138e661 - main - devel/hs-hlint: Improve port
Älven <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by alven: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb2e2138e66111b4525149ceb30b9ec62edcafed commit eb2e2138e66111b4525149ceb30b9ec62edcafed Author: Älven <[email protected]> AuthorDate: 2026-08-14 14:40:06 +0000 Commit: Älven <[email protected]> CommitDate: 2026-08-14 15:15:19 +0000 devel/hs-hlint: Improve port * Improve pkg-descr * Remove workaround for building ghc-lib-parser https://github.com/haskell/cabal/issues/10963 Approved by: haskell@ (alven@) Approved by: db@, yuri@ (Mentors, implicit) --- devel/hs-hlint/Makefile | 5 +---- devel/hs-hlint/pkg-descr | 4 +++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index 3044cbd85374..7185b8514c82 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -1,5 +1,5 @@ PORTNAME= hlint -PORTVERSION= 3.10 +DISTVERSION= 3.10 PORTREVISION= 1 CATEGORIES= devel haskell @@ -11,7 +11,4 @@ LICENSE= BSD3CLAUSE USES= cabal -post-patch: - ${REINPLACE_CMD} 's|jobs: 1|jobs: 2|' ${CABAL_HOME}/.cabal/config - .include <bsd.port.mk> diff --git a/devel/hs-hlint/pkg-descr b/devel/hs-hlint/pkg-descr index ed1b3f0b7a36..9940539c4cac 100644 --- a/devel/hs-hlint/pkg-descr +++ b/devel/hs-hlint/pkg-descr @@ -1 +1,3 @@ -HLint gives suggestions on how to improve your source code. +HLint is a tool for suggesting possible improvements to Haskell code. These +suggestions include ideas such as using alternative functions, simplifying code +and spotting redundancies.