aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/hs-wai/Makefile6
-rw-r--r--www/hs-wai/distinfo4
-rw-r--r--www/hs-wai/pkg-descr6
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