diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /www/hs-wai-extra | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'www/hs-wai-extra')
-rw-r--r-- | www/hs-wai-extra/Makefile | 12 | ||||
-rw-r--r-- | www/hs-wai-extra/distinfo | 4 | ||||
-rw-r--r-- | www/hs-wai-extra/pkg-descr | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/www/hs-wai-extra/Makefile b/www/hs-wai-extra/Makefile index 487701e6abc1..075579285cb6 100644 --- a/www/hs-wai-extra/Makefile +++ b/www/hs-wai-extra/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wai-extra -PORTVERSION= 3.0.1.2 -PORTREVISION= 1 +PORTVERSION= 3.0.10 CATEGORIES= www haskell MAINTAINER= haskell@FreeBSD.org @@ -11,10 +10,11 @@ COMMENT= Provides some basic WAI handlers and middleware LICENSE= MIT 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 + case-insensitive>=0.2 cookie 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 unix-compat vault void>=0.5 \ + wai>=3.0.3.0 wai-logger>=2.0 word8 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/www/hs-wai-extra/distinfo b/www/hs-wai-extra/distinfo index 9a9792607a82..e3fc952ee6bf 100644 --- a/www/hs-wai-extra/distinfo +++ b/www/hs-wai-extra/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/wai-extra-3.0.1.2.tar.gz) = 9f042de4a0d48c3415b2aacc8447bd938bf236a725adeeb4f5dbc635cfac6397 -SIZE (cabal/wai-extra-3.0.1.2.tar.gz) = 39555 +SHA256 (cabal/wai-extra-3.0.10.tar.gz) = 503af31217c29d1bcec10a6806ea119aab9d68f29f12a1c1006fe4f931771b37 +SIZE (cabal/wai-extra-3.0.10.tar.gz) = 49846 diff --git a/www/hs-wai-extra/pkg-descr b/www/hs-wai-extra/pkg-descr index d549df211d86..1874f4c29a99 100644 --- a/www/hs-wai-extra/pkg-descr +++ b/www/hs-wai-extra/pkg-descr @@ -1,3 +1,3 @@ -The goal here is to provide common features without many dependencies. +Provides basic WAI handler and middleware functionality. WWW: http://github.com/yesodweb/wai |