diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2013-02-05 22:26:31 +0000 |
commit | c731105b7f8e403a3db33599a7d7f1ce9257f375 (patch) | |
tree | 23d3f49a5183d8fbc5324dad9a1ae399f457b1d7 /www/hs-http-reverse-proxy | |
parent | 32ca3ee61e3889801319024959589312eb652bfa (diff) | |
download | ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.tar.gz ports-c731105b7f8e403a3db33599a7d7f1ce9257f375.zip |
Notes
Diffstat (limited to 'www/hs-http-reverse-proxy')
-rw-r--r-- | www/hs-http-reverse-proxy/Makefile | 10 | ||||
-rw-r--r-- | www/hs-http-reverse-proxy/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/hs-http-reverse-proxy/Makefile b/www/hs-http-reverse-proxy/Makefile index 8c0f4ddf8b76..0e94c8e835a3 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.0.6 +PORTVERSION= 0.1.1.1 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -12,10 +12,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 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 + 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 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-http-reverse-proxy/distinfo b/www/hs-http-reverse-proxy/distinfo index e349999924cb..6e124fbc78b8 100644 --- a/www/hs-http-reverse-proxy/distinfo +++ b/www/hs-http-reverse-proxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/http-reverse-proxy-0.1.0.6.tar.gz) = 8885e3a350e8fb9d77b8b9e2bb2e729c16695f5c18fc55f60c532c54a3ff7079 -SIZE (cabal/http-reverse-proxy-0.1.0.6.tar.gz) = 5693 +SHA256 (cabal/http-reverse-proxy-0.1.1.1.tar.gz) = 62529458a4dd6a8d04aa44c1c0906f627f0bac7c4e685f7539ab052301efe675 +SIZE (cabal/http-reverse-proxy-0.1.1.1.tar.gz) = 6323 |