aboutsummaryrefslogtreecommitdiff
path: root/converters/hs-aeson/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 21:28:16 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 21:28:16 +0000
commitea6910d5e51cf2179d527c95ae5f7b89b6dbea27 (patch)
tree5307e4a6f7e674156625094c6571232b0b5cf6ec /converters/hs-aeson/Makefile
parentce3dc685b0fc5b424135d403ee2a74cd1bc61e97 (diff)
downloadports-ea6910d5e51cf2179d527c95ae5f7b89b6dbea27.tar.gz
ports-ea6910d5e51cf2179d527c95ae5f7b89b6dbea27.zip
- Update to 0.6.0.2
Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=298165
Diffstat (limited to 'converters/hs-aeson/Makefile')
-rw-r--r--converters/hs-aeson/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile
index 5deea86f5e5b..53b48ecad9a0 100644
--- a/converters/hs-aeson/Makefile
+++ b/converters/hs-aeson/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= aeson
-PORTVERSION= 0.4.0.1
+PORTVERSION= 0.6.0.2
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
@@ -14,8 +14,8 @@ COMMENT= Fast JSON parsing and encoding
LICENSE= BSD
-USE_CABAL= attoparsec>=0.8.6.1 blaze-builder>=0.2.1.4 blaze-textual>=0.2.0.2 \
- deepseq hashable>=1.1.2.0 mtl syb text>=0.11.0.2 \
+USE_CABAL= attoparsec>=0.8.6.1 blaze-builder>=0.2.1.4 dlist>=0.2 \
+ hashable>=1.1.2.0 mtl syb text>=0.11.1.0 \
unordered-containers>=0.1.3.0 vector>=0.7.1
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"