aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hlint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-hlint/Makefile')
-rw-r--r--devel/hs-hlint/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile
index b63aa2235910..84304936e977 100644
--- a/devel/hs-hlint/Makefile
+++ b/devel/hs-hlint/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= hlint
-PORTVERSION= 2.0.9
-PORTREVISION= 2
+PORTVERSION= 2.1.8
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,12 +9,11 @@ COMMENT= Source code suggestions
LICENSE= BSD3CLAUSE
-USE_CABAL= ansi-terminal>=0.6.2 cmdargs>=0.10 cpphs>=1.18.1 extra>=0.5 \
- haskell-src-exts>=1.16 hscolour>=1.21 refact uniplate>=1.5 yaml
+USE_CABAL= ansi-terminal>=0.6.2 cmdargs>=0.10 cpphs>=1.18.1 data-default \
+ extra>=0.5 haskell-src-exts>=1.16 haskell-src-exts-util \
+ hscolour>=1.21 refact uniplate>=1.5 yaml
EXECUTABLE= hlint
-IGNORE= Doesn't build with recent GHC version
-
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>