diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:46:58 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:46:58 +0000 |
commit | 067bc2a8603ea5e76ce1eb4f8017008f9ec7b6f4 (patch) | |
tree | 1e95aa6c748a231b1a11c0630f30d3f295e6d2c0 /www/hs-wai | |
parent | 8b8598b0ee6f12b5031d4ac359e5cc482ee5e7ee (diff) | |
download | ports-067bc2a8603ea5e76ce1eb4f8017008f9ec7b6f4.tar.gz ports-067bc2a8603ea5e76ce1eb4f8017008f9ec7b6f4.zip |
Notes
Diffstat (limited to 'www/hs-wai')
-rw-r--r-- | www/hs-wai/Makefile | 6 | ||||
-rw-r--r-- | www/hs-wai/distinfo | 4 | ||||
-rw-r--r-- | www/hs-wai/pkg-descr | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/www/hs-wai/Makefile b/www/hs-wai/Makefile index 45c558cb2036..686aaded05b7 100644 --- a/www/hs-wai/Makefile +++ b/www/hs-wai/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wai -PORTVERSION= 0.4.3 +PORTVERSION= 1.2.0.2 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -14,8 +14,8 @@ COMMENT= Web Application Interface LICENSE= BSD -USE_CABAL= blaze-builder>=0.2.1.4 enumerator>=0.4.8 http-types>=0.6 \ - network>=2.2.1.5 text>=0.7 transformers>=0.2.2 +USE_CABAL= blaze-builder>=0.2.1.4 conduit>=0.4 http-types>=0.6 \ + network>=2.2.1.5 text>=0.7 transformers>=0.2.2 vault>=0.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-wai/distinfo b/www/hs-wai/distinfo index 53b9eb33e811..b412b1277129 100644 --- a/www/hs-wai/distinfo +++ b/www/hs-wai/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/wai-0.4.3.tar.gz) = 0455a2721b4f179cc296c29ac9b52c4eeb5a1c6ca2e9a6345146af0812d5b521 -SIZE (cabal/wai-0.4.3.tar.gz) = 4012 +SHA256 (cabal/wai-1.2.0.2.tar.gz) = d7a5791da73e15217fa73ea34d4f8f1e3fbdbdedecccfe139ff13a4bb9fd001e +SIZE (cabal/wai-1.2.0.2.tar.gz) = 4392 diff --git a/www/hs-wai/pkg-descr b/www/hs-wai/pkg-descr index ae66b012c1fd..38d3bb1df568 100644 --- a/www/hs-wai/pkg-descr +++ b/www/hs-wai/pkg-descr @@ -1,4 +1,4 @@ -Provides a common protocol for communication between web aplications and web -servers. +Provides a common protocol for communication between web applications and +web servers. -WWW: http://github.com/snoyberg/wai +WWW: https://github.com/yesodweb/wai |