diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:31:15 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 21:31:15 +0000 |
commit | 13a20a957cd196e5403a170222bf7a160bbbb42d (patch) | |
tree | a620f1a6bf5e6143db39a2b75b6e3dac6ed97afb /converters/hs-json | |
parent | 635da13fbd061b416e9e16d79c8ec80f09361f59 (diff) | |
download | ports-13a20a957cd196e5403a170222bf7a160bbbb42d.tar.gz ports-13a20a957cd196e5403a170222bf7a160bbbb42d.zip |
Notes
Diffstat (limited to 'converters/hs-json')
-rw-r--r-- | converters/hs-json/Makefile | 6 | ||||
-rw-r--r-- | converters/hs-json/distinfo | 4 | ||||
-rw-r--r-- | converters/hs-json/pkg-descr | 16 |
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 |