aboutsummaryrefslogtreecommitdiffstats
path: root/converters/hs-json/Makefile
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 05:31:15 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 05:31:15 +0800
commit6a9610918d177d32b6023e604bfefb6613fff720 (patch)
tree8707466a724179b6a8584a31fe181bc518878b8e /converters/hs-json/Makefile
parentf32f2e51230ee9f8cfb6c1e274b5e1a8f3771d61 (diff)
downloadfreebsd-ports-gnome-6a9610918d177d32b6023e604bfefb6613fff720.tar.gz
freebsd-ports-gnome-6a9610918d177d32b6023e604bfefb6613fff720.tar.zst
freebsd-ports-gnome-6a9610918d177d32b6023e604bfefb6613fff720.zip
- Update to 0.5
Obtained from: FreeBSD Haskell
Diffstat (limited to 'converters/hs-json/Makefile')
-rw-r--r--converters/hs-json/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/hs-json/Makefile b/converters/hs-json/Makefile
index ecb63a655035..5d95091c40d3 100644
--- a/converters/hs-json/Makefile
+++ b/converters/hs-json/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= json
-PORTVERSION= 0.4.4
-PORTREVISION= 3
+PORTVERSION= 0.5
CATEGORIES= converters haskell
MAINTAINER= haskell@FreeBSD.org
@@ -16,7 +15,8 @@ COMMENT= Support for serialising Haskell to and from JSON
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= mtl syb
+
+USE_CABAL= mtl syb>=0.3.3
CONFIGURE_ARGS+= --flags="split-base generic -parsec -pretty -mapdict"