diff options
Diffstat (limited to 'www/hs-wai-extra/Makefile')
-rw-r--r-- | www/hs-wai-extra/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile index ac08924e6143..cea0bdfb5c31 100644 --- a/www/hs-wai-extra/Makefile +++ b/www/hs-wai-extra/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wai-extra -PORTVERSION= 1.3.4 -PORTREVISION= 4 +PORTVERSION= 3.0.1.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -10,12 +9,11 @@ COMMENT= Provides some basic WAI handlers and middleware LICENSE= MIT -USE_CABAL= ansi-terminal blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.5 \ - base64-bytestring case-insensitive>=0.2 conduit>=0.5 \ - data-default date-cache>=0.3 fast-logger>=0.2 http-types>=0.7 \ - network>=2.2.1.5 resourcet>=0.3 stringsearch>=0.3 \ - text>=0.7 transformers>=0.2.2 void>=0.5 wai>=1.3 \ - wai-logger>=0.2 word8 zlib-conduit>=0.5 +USE_CABAL= ansi-terminal base64-bytestring blaze-builder>=0.2.1.4 \ + case-insensitive>=0.2 data-default-class fast-logger>=2.1 \ + http-types>=0.7 lifted-base>=0.1.2 network>=2.2.1.5 \ + resourcet>=0.4.6 streaming-commons stringsearch>=0.3 \ + text>=0.7 void>=0.5 wai>=3.0 wai-logger>=2.0 word8 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |