diff options
Diffstat (limited to 'converters/hs-aeson-pretty/Makefile')
-rw-r--r-- | converters/hs-aeson-pretty/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/converters/hs-aeson-pretty/Makefile b/converters/hs-aeson-pretty/Makefile index 77e6a9b0141a..ef644e2833f9 100644 --- a/converters/hs-aeson-pretty/Makefile +++ b/converters/hs-aeson-pretty/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= aeson-pretty -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.5 CATEGORIES= converters haskell MAINTAINER= haskell@FreeBSD.org @@ -9,9 +9,10 @@ COMMENT= JSON pretty-printing library and command-line tool LICENSE= BSD3CLAUSE -USE_CABAL= aeson>=0.7 attoparsec>=0.10 cmdargs>=0.7 text>=0.11 \ - unordered-containers>=0.1.3.0 vector>=0.9 +USE_CABAL= aeson attoparsec base-compat cmdargs scientific text \ + unordered-containers vector +FLAGS_DISABLE= lib-only EXECUTABLE= aeson-pretty .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |