diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 05:28:16 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 05:28:16 +0800 |
commit | 2b0267260a2d5574185e5071bc6cfb61f1cadc55 (patch) | |
tree | 3b03d3c6f2c5af6cf59f4571a2f6ff41c91a55df /converters | |
parent | 482d1bd429f1aed983a1e10f978d5aaa41770bc4 (diff) | |
download | freebsd-ports-gnome-2b0267260a2d5574185e5071bc6cfb61f1cadc55.tar.gz freebsd-ports-gnome-2b0267260a2d5574185e5071bc6cfb61f1cadc55.tar.zst freebsd-ports-gnome-2b0267260a2d5574185e5071bc6cfb61f1cadc55.zip |
- Update to 0.6.0.2
Obtained from: FreeBSD Haskell
Diffstat (limited to 'converters')
-rw-r--r-- | converters/hs-aeson/Makefile | 6 | ||||
-rw-r--r-- | converters/hs-aeson/distinfo | 4 | ||||
-rw-r--r-- | converters/hs-aeson/pkg-descr | 2 |
3 files changed, 6 insertions, 6 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" diff --git a/converters/hs-aeson/distinfo b/converters/hs-aeson/distinfo index 875ebd1e31e9..34e2891be5bc 100644 --- a/converters/hs-aeson/distinfo +++ b/converters/hs-aeson/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/aeson-0.4.0.1.tar.gz) = 7e2ebf336f7dbc9de7492eaf5982ff530c8e8699c0de615dd848b56d461e5895 -SIZE (cabal/aeson-0.4.0.1.tar.gz) = 98389 +SHA256 (cabal/aeson-0.6.0.2.tar.gz) = a1f82e515b1eca410f7610161c2d65ce02deda229de09973314fc43fee957e13 +SIZE (cabal/aeson-0.6.0.2.tar.gz) = 98688 diff --git a/converters/hs-aeson/pkg-descr b/converters/hs-aeson/pkg-descr index f50c9bd9eac3..6350ef5e7755 100644 --- a/converters/hs-aeson/pkg-descr +++ b/converters/hs-aeson/pkg-descr @@ -2,4 +2,4 @@ A JSON parsing and encoding library optimized for ease of use and high performance. (A note on naming: in Greek mythology, Aeson was the father of Jason.) -WWW: http://github.com/mailrank/aeson +WWW: https://github.com/bos/aeson |