diff options
Diffstat (limited to 'converters/hs-aeson-compat/Makefile')
-rw-r--r-- | converters/hs-aeson-compat/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/hs-aeson-compat/Makefile b/converters/hs-aeson-compat/Makefile index 4a0a107ae1ec..e46500b3aa6e 100644 --- a/converters/hs-aeson-compat/Makefile +++ b/converters/hs-aeson-compat/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= aeson-compat -PORTVERSION= 0.3.7 -PORTREVISION= 1 +PORTVERSION= 0.3.7.1 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +10,7 @@ COMMENT= Fast JSON parsing and encoding LICENSE= BSD3CLAUSE USE_CABAL= aeson attoparsec attoparsec-iso8601 base-compat exceptions \ - hashable scientific semigroups tagged text time-locale-compat \ + hashable scientific semigroups tagged time-locale-compat \ unordered-containers vector .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |