aboutsummaryrefslogtreecommitdiff
path: root/www/hs-wai-logger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-wai-logger/Makefile')
-rw-r--r--www/hs-wai-logger/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/hs-wai-logger/Makefile b/www/hs-wai-logger/Makefile
index 8337ae5cfab4..ce89b01a5693 100644
--- a/www/hs-wai-logger/Makefile
+++ b/www/hs-wai-logger/Makefile
@@ -1,17 +1,17 @@
# $FreeBSD$
PORTNAME= wai-logger
-PORTVERSION= 0.3.0
-PORTREVISION= 7
+PORTVERSION= 2.2.0
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Logging system for WAI
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
-USE_CABAL= blaze-builder byteorder case-insensitive date-cache>=0.3 \
- fast-logger>=0.3 http-types network wai
+USE_CABAL= auto-update blaze-builder byteorder case-insensitive \
+ fast-logger>=2.2 http-types network unix-time>=0.2.2 \
+ wai>=2.0.0
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>