aboutsummaryrefslogtreecommitdiff
path: root/www/hs-http-api-data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/hs-http-api-data/Makefile')
-rw-r--r--www/hs-http-api-data/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/hs-http-api-data/Makefile b/www/hs-http-api-data/Makefile
index 0365a209387b..99ab8a5250db 100644
--- a/www/hs-http-api-data/Makefile
+++ b/www/hs-http-api-data/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= http-api-data
-PORTVERSION= 0.3.7.1
-PORTREVISION= 1
+PORTVERSION= 0.3.8.1
CATEGORIES= www haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,8 +10,8 @@ COMMENT= Convert Haskell data types to and from HTTP API data
LICENSE= GPLv3
USE_CABAL= attoparsec attoparsec-iso8601 hashable http-types \
- text time-locale-compat unordered-containers \
- uri-bytestring uuid-types
+ time-locale-compat unordered-containers uri-bytestring \
+ uuid-types
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>