diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /devel/hs-hlint/Makefile | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'devel/hs-hlint/Makefile')
-rw-r--r-- | devel/hs-hlint/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index b42c582eaf51..c1d1ecd22b44 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= hlint -PORTVERSION= 1.9.3 -PORTREVISION= 1 +PORTVERSION= 1.9.21 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +9,8 @@ COMMENT= Source code suggestions LICENSE= BSD3CLAUSE -USE_CABAL= cmdargs>=0.10 cpphs>=1.18.1 haskell-src-exts>=1.14 \ - hscolour>=1.17 uniplate>=1.5 +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 uniplate>=1.5 EXECUTABLE= hlint |