diff options
Diffstat (limited to 'devel/hs-hlint/Makefile')
-rw-r--r-- | devel/hs-hlint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/hs-hlint/Makefile b/devel/hs-hlint/Makefile index 0d2eb1385fe7..700bfabf776b 100644 --- a/devel/hs-hlint/Makefile +++ b/devel/hs-hlint/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hlint -PORTVERSION= 1.8.43 +PORTVERSION= 1.8.45 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -9,8 +9,6 @@ COMMENT= Source code suggestions LICENSE= BSD -CABAL_SETUP= Setup.hs - USE_CABAL= cpphs>=1.11 haskell-src-exts>=1.11 hscolour>=1.17 \ transformers>=0.0 uniplate>=1.5 |