diff options
Diffstat (limited to 'math/hs-statistics/Makefile')
-rw-r--r-- | math/hs-statistics/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index 8f03152d2b4f..c9f5e401ee6a 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= statistics -PORTVERSION= 0.14.0.2 -PORTREVISION= 3 +PORTVERSION= 0.15.0.0 +PORTREVISION= 1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -11,7 +11,8 @@ COMMENT= Library of statistical types, data, and functions LICENSE= BSD3CLAUSE -USE_CABAL= aeson>=0.6.0.0 base-orphans erf math-functions>=0.1.5.2 monad-par>=0.3.4 \ +USE_CABAL= aeson>=0.6.0.0 base-orphans data-default-class dense-linear-algebra \ + erf math-functions>=0.1.5.2 math-functions monad-par>=0.3.4 \ mwc-random>=0.13.0.0 primitive>=0.3 vector>=0.10 \ vector-algorithms>=0.4 vector-binary-instances>=0.2.1 vector-th-unbox |