diff options
Diffstat (limited to 'converters/hs-aeson/Makefile')
-rw-r--r-- | converters/hs-aeson/Makefile | 4 |
1 files changed, 2 insertions, 2 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> |