diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:14:13 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:14:13 +0800 |
commit | 28694590e35e6c31a080328c2c42b9929b56e1be (patch) | |
tree | e5841f4b997793c67c857b105bcc72490ee53674 /math | |
parent | b606bc175cb9729cf4921e78b64ba4b441dc6454 (diff) | |
download | freebsd-ports-gnome-28694590e35e6c31a080328c2c42b9929b56e1be.tar.gz freebsd-ports-gnome-28694590e35e6c31a080328c2c42b9929b56e1be.tar.zst freebsd-ports-gnome-28694590e35e6c31a080328c2c42b9929b56e1be.zip |
- Update to 0.10.0.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'math')
-rw-r--r-- | math/hs-statistics/Makefile | 7 | ||||
-rw-r--r-- | math/hs-statistics/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/hs-statistics/Makefile b/math/hs-statistics/Makefile index f8d6d2577209..8870be7c51dc 100644 --- a/math/hs-statistics/Makefile +++ b/math/hs-statistics/Makefile @@ -6,7 +6,7 @@ # PORTNAME= statistics -PORTVERSION= 0.9.0.0 +PORTVERSION= 0.10.0.1 CATEGORIES= math haskell MAINTAINER= haskell@FreeBSD.org @@ -14,11 +14,10 @@ COMMENT= A Haskell library of statistical types, data, and functions LICENSE= BSD -USE_CABAL= aeson deepseq>=1.1.0.2 erf monad-par>=0.1.0.1 \ - mwc-random>=0.8.0.3 primitive>=0.3 vector>=0.7 \ +USE_CABAL= deepseq>=1.1.0.2 erf monad-par>=0.1.0.1 \ + mwc-random>=0.8.0.5 primitive>=0.3 vector>=0.7.1 \ vector-algorithms>=0.4 -PORTDATA= * INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/README.markdown ${DATADIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/math/hs-statistics/distinfo b/math/hs-statistics/distinfo index b2f6ac46f351..007faf28f2a9 100644 --- a/math/hs-statistics/distinfo +++ b/math/hs-statistics/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/statistics-0.9.0.0.tar.gz) = a70f3269c044f6e4dd9da894c710eb44896eb4a451aa097fa721002de74b97e7 -SIZE (cabal/statistics-0.9.0.0.tar.gz) = 32259 +SHA256 (cabal/statistics-0.10.0.1.tar.gz) = 5c931032bec9c6dab5cb3371997456f058df75b323a2936f23130ffc7d18c12e +SIZE (cabal/statistics-0.10.0.1.tar.gz) = 59321 |