aboutsummaryrefslogtreecommitdiff
path: root/www/hs-http-reverse-proxy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-http-reverse-proxy/Makefile')
-rw-r--r--www/hs-http-reverse-proxy/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile
index 0e94c8e835a3..27c337f1b3e1 100644
--- a/www/hs-http-reverse-proxy/Makefile
+++ b/www/hs-http-reverse-proxy/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= http-reverse-proxy
-PORTVERSION= 0.1.1.1
+PORTVERSION= 0.1.1.3
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,11 +11,10 @@ LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= blaze-builder>=0.3 case-insensitive>=0.4 \
- classy-prelude-conduit>=0.3 conduit>=0.5 data-default \
- http-conduit>=1.6 http-types>=0.6 lifted-base>=0.1 \
- monad-control>=0.3 network network-conduit>=0.6 text>=0.11 \
- wai>=1.3 warp>=1.3.4 word8>=0.0
+USE_CABAL= blaze-builder>=0.3 case-insensitive>=0.4 classy-prelude>=0.3 \
+ conduit>=0.5 data-default http-conduit>=1.6 http-types>=0.6 \
+ lifted-base>=0.1 monad-control>=0.3 network network-conduit>=0.6 \
+ text>=0.11 wai>=1.3 warp>=1.3.4 word8>=0.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>