diff options
Diffstat (limited to 'www/hs-http-reverse-proxy/Makefile')
-rw-r--r-- | www/hs-http-reverse-proxy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile index e395021c3c16..8eb54818c091 100644 --- a/www/hs-http-reverse-proxy/Makefile +++ b/www/hs-http-reverse-proxy/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= http-reverse-proxy -PORTVERSION= 0.4.4 -PORTREVISION= 1 +PORTVERSION= 0.6.0 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -13,7 +12,7 @@ LICENSE= BSD3CLAUSE USE_CABAL= async blaze-builder>=0.3 case-insensitive>=0.4 conduit>=1.1 \ conduit-extra data-default-class http-client>=0.3 \ http-types>=0.6 lifted-base>=0.1 monad-control>=0.3 \ - network resourcet streaming-commons text>=0.11 wai>=3.0 \ + network resourcet streaming-commons wai>=3.0 unliftio \ wai-logger word8>=0.0 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |