aboutsummaryrefslogtreecommitdiffstats
path: root/converters
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
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')
-rw-r--r--converters/hs-json/Makefile6
-rw-r--r--converters/hs-json/distinfo4
-rw-r--r--converters/hs-json/pkg-descr16
3 files changed, 12 insertions, 14 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"
diff --git a/converters/hs-json/distinfo b/converters/hs-json/distinfo
index c91e8a100d02..d19180368ef3 100644
--- a/converters/hs-json/distinfo
+++ b/converters/hs-json/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/json-0.4.4.tar.gz) = 010157c267e156489771a3a9466f9de74393d9bc82053c1463af8a55caaf5880
-SIZE (cabal/json-0.4.4.tar.gz) = 22181
+SHA256 (cabal/json-0.5.tar.gz) = d419bf7d1dd07dcccdc9b40b98a077cdfb5248d1685f929ec1e59f4b01de4b8a
+SIZE (cabal/json-0.5.tar.gz) = 22724
diff --git a/converters/hs-json/pkg-descr b/converters/hs-json/pkg-descr
index 936d5b057c6c..9bcfc2691ce2 100644
--- a/converters/hs-json/pkg-descr
+++ b/converters/hs-json/pkg-descr
@@ -1,10 +1,8 @@
-JSON (JavaScript Object Notation) is a lightweight data-interchange
-format. It is easy for humans to read and write. It is easy for
-machines to parse and generate. It is based on a subset of the
-JavaScript Programming Language, Standard ECMA-262 3rd Edition -
-December 1999.
+JSON (JavaScript Object Notation) is a lightweight data-interchange format.
+It is easy for humans to read and write. It is easy for machines to parse
+and generate. It is based on a subset of the JavaScript Programming
+Language, Standard ECMA-262 3rd Edition - December 1999. This library
+provides a parser and pretty printer for converting between Haskell values
+and JSON.
-This library provides a parser and pretty printer for converting
-between Haskell values and JSON.
-
-WWW: http://hackage.haskell.org/package/json
+WWW: http://hackage.haskell.org/package/json