1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 1.2.0.4

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 22:48:02 +00:00
parent 067bc2a860
commit 3c58a04e0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298298
3 changed files with 10 additions and 9 deletions

View File

@ -6,18 +6,19 @@
#
PORTNAME= wai-extra
PORTVERSION= 0.4.6
PORTVERSION= 1.2.0.4
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Provides some basic WAI handlers and middleware
LICENSE= BSD
LICENSE= MIT
USE_CABAL= blaze-builder>=0.2.1.4 blaze-builder-enumerator>=0.2 \
case-insensitive>=0.2 data-default>=0.3 enumerator>=0.4.8 \
fast-logger>=0.0.1 http-types>=0.6 network>=2.2.1.5 text>=0.7 \
transformers>=0.2.2 wai>=0.4 zlib-bindings zlib-enum>=0.2.1
USE_CABAL= ansi-terminal blaze-builder>=0.2.1.4 blaze-builder-conduit>=0.4 \
case-insensitive>=0.2 conduit>=0.4 data-default>=0.3 \
fast-logger>=0.0.2 http-types>=0.6 network>=2.2.1.5 \
resourcet>=0.3 text>=0.7 transformers>=0.2.2 wai>=1.2 \
zlib-conduit>=0.4
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (cabal/wai-extra-0.4.6.tar.gz) = 1bee3d5046c09eb0a66d4678a324dcc76e2110b9f7beebe3186d7d5cf877edf2
SIZE (cabal/wai-extra-0.4.6.tar.gz) = 28666
SHA256 (cabal/wai-extra-1.2.0.4.tar.gz) = 5fe9d774506baadb4bb18310f561434f2848dd6723540ee3112860a3d741cd82
SIZE (cabal/wai-extra-1.2.0.4.tar.gz) = 29870

View File

@ -1,3 +1,3 @@
Provides common features without many dependencies.
The goal here is to provide common features without many dependencies.
WWW: http://github.com/yesodweb/wai