diff options
Diffstat (limited to 'textproc/hs-case-insensitive/Makefile')
-rw-r--r-- | textproc/hs-case-insensitive/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/hs-case-insensitive/Makefile b/textproc/hs-case-insensitive/Makefile index 7163e87893bc..faea1ff0c83a 100644 --- a/textproc/hs-case-insensitive/Makefile +++ b/textproc/hs-case-insensitive/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= case-insensitive -PORTVERSION= 0.4.0.3 +PORTVERSION= 0.4.0.4 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -10,6 +10,7 @@ COMMENT= Case insensitive string comparison LICENSE= BSD CABAL_SETUP= Setup.hs + USE_CABAL= hashable>=1.0 text>=0.3 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |