diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:38:20 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:38:20 +0000 |
commit | 963271eebc8cff9a0b5af05b9f671cca46871ae5 (patch) | |
tree | 23caded70a7bbe726578f512e0a54daa7e76fa71 /textproc/hs-regex-compat/Makefile | |
parent | b77f68316c5e2f2526d48b83f92cb8c56bbff7b8 (diff) |
Notes
Diffstat (limited to 'textproc/hs-regex-compat/Makefile')
-rw-r--r-- | textproc/hs-regex-compat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/hs-regex-compat/Makefile b/textproc/hs-regex-compat/Makefile index c6ec3b7d7b55..dda4049f87b0 100644 --- a/textproc/hs-regex-compat/Makefile +++ b/textproc/hs-regex-compat/Makefile @@ -6,8 +6,7 @@ # PORTNAME= regex-compat -PORTVERSION= 0.93.1 -PORTREVISION= 1 +PORTVERSION= 0.95.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -16,7 +15,7 @@ COMMENT= Replaces/Enhances Text.Regex LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= regex-base>=0.93 regex-posix>=0.93 +USE_CABAL= regex-base>=0.93 regex-posix>=0.95.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |