diff options
Diffstat (limited to 'benchmarks/hs-criterion/Makefile')
-rw-r--r-- | benchmarks/hs-criterion/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/hs-criterion/Makefile b/benchmarks/hs-criterion/Makefile index 9dfc67ede0a1..589010d47ed6 100644 --- a/benchmarks/hs-criterion/Makefile +++ b/benchmarks/hs-criterion/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= criterion -PORTVERSION= 0.8.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.0.0 CATEGORIES= benchmarks haskell MAINTAINER= haskell@FreeBSD.org @@ -11,8 +10,9 @@ COMMENT= Robust, reliable performance measurement and analysis LICENSE= BSD3CLAUSE -USE_CABAL= aeson>=0.3.2.12 Glob>=0.7.2 hastache>=0.6.0 mtl>=2 \ - mwc-random>=0.8.0.3 parsec>=3.1.0 statistics>=0.11 \ +USE_CABAL= aeson>=0.8 ansi-wl-pprint>=0.6.7.2 cassava>=0.3.0.0 \ + Glob>=0.7.2 hastache>=0.6.0 mtl>=2 mwc-random>=0.8.0.3 \ + optparse-applicative>=0.11 parsec>=3.1.0 statistics>=0.13.2.1 \ text>=0.11 vector>=0.7.1 vector-algorithms>=0.4 INSTALL_PORTEXAMPLES= \ |