diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 04:04:35 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 04:04:35 +0000 |
commit | b5a0e72f4a81f0e720b51cbfa3a7b66e8920d590 (patch) | |
tree | 71717bfb9410815dd381aec9b6a3f727b21c1577 /converters | |
parent | eb1aa435363db983cca0091ba7da5e40330d1558 (diff) | |
download | ports-b5a0e72f4a81f0e720b51cbfa3a7b66e8920d590.tar.gz ports-b5a0e72f4a81f0e720b51cbfa3a7b66e8920d590.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/hs-aeson/Makefile | 4 | ||||
-rw-r--r-- | converters/hs-aeson/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/converters/hs-aeson/Makefile b/converters/hs-aeson/Makefile index 57c51cd4a043..5deea86f5e5b 100644 --- a/converters/hs-aeson/Makefile +++ b/converters/hs-aeson/Makefile @@ -6,7 +6,7 @@ # PORTNAME= aeson -PORTVERSION= 0.3.2.11 +PORTVERSION= 0.4.0.1 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org @@ -16,7 +16,7 @@ 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 \ - unordered-containers>=0.1.3.0 vector>=0.7 + unordered-containers>=0.1.3.0 vector>=0.7.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/converters/hs-aeson/distinfo b/converters/hs-aeson/distinfo index 89c2a3854b6c..875ebd1e31e9 100644 --- a/converters/hs-aeson/distinfo +++ b/converters/hs-aeson/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/aeson-0.3.2.11.tar.gz) = c70a163275c0f620a1d585c02c78b3ad6da6cb57a5671e12f9b3d43556df6a33 -SIZE (cabal/aeson-0.3.2.11.tar.gz) = 79154 +SHA256 (cabal/aeson-0.4.0.1.tar.gz) = 7e2ebf336f7dbc9de7492eaf5982ff530c8e8699c0de615dd848b56d461e5895 +SIZE (cabal/aeson-0.4.0.1.tar.gz) = 98389 |