diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /devel/hs-hlint/Makefile | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) |
Notes
Diffstat (limited to 'devel/hs-hlint/Makefile')
-rw-r--r-- | devel/hs-hlint/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index 245b78899e44..da22e7f0a555 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -1,17 +1,16 @@ # $FreeBSD$ PORTNAME= hlint -PORTVERSION= 1.8.45 -PORTREVISION= 4 +PORTVERSION= 1.9.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Source code suggestions -LICENSE= BSD +LICENSE= BSD3CLAUSE -USE_CABAL= cpphs>=1.11 haskell-src-exts>=1.11 hscolour>=1.17 \ - transformers>=0.0 uniplate>=1.5 +USE_CABAL= cmdargs>=0.10 cpphs>=1.18.1 haskell-src-exts>=1.14 \ + hscolour>=1.17 uniplate>=1.5 EXECUTABLE= hlint |