aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-13 05:11:36 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-13 05:11:36 +0000
commit7db46ac0b37124aa1d5e0ce45ff2f605cd28638c (patch)
tree6376ffe5208132c0e50e990137f293c8a4b4d968 /math
parent2295987a2168bfd9045699c8f766465b487ad044 (diff)
downloadports-7db46ac0b37124aa1d5e0ce45ff2f605cd28638c.tar.gz
ports-7db46ac0b37124aa1d5e0ce45ff2f605cd28638c.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/hs-probability/Makefile9
-rw-r--r--math/hs-probability/distinfo4
-rw-r--r--math/hs-probability/pkg-descr8
3 files changed, 9 insertions, 12 deletions
diff --git a/math/hs-probability/Makefile b/math/hs-probability/Makefile
index e40e1beb24f1..e36d0d8b8ac0 100644
--- a/math/hs-probability/Makefile
+++ b/math/hs-probability/Makefile
@@ -6,19 +6,16 @@
#
PORTNAME= probability
-PORTVERSION= 0.2.2.1
-PORTREVISION= 2
+PORTVERSION= 0.2.3.1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Probabilistic Functional Programming in Haskell
+COMMENT= Probabilistic Functional Programming
LICENSE= BSD
FILE_LICENSE= COPYRIGHT
-USE_CABAL= transformers>=0.0.1
-
-PORTDATA= *
+USE_CABAL= transformers>=0.0.1 utility-ht>=0.0.6
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/math/hs-probability/distinfo b/math/hs-probability/distinfo
index 246744aecf01..5e99e0fd0dc4 100644
--- a/math/hs-probability/distinfo
+++ b/math/hs-probability/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/probability-0.2.2.1.tar.gz) = 757f5d88c1bfa8c5fbdf61b6a7400480a1f340b6c539c0756c2bbb52f1a449ec
-SIZE (cabal/probability-0.2.2.1.tar.gz) = 23001
+SHA256 (cabal/probability-0.2.3.1.tar.gz) = 13e5be690db1a52d4470ede4c21c05cc69ab471d4e3f515c47fd823f8363e4a3
+SIZE (cabal/probability-0.2.3.1.tar.gz) = 26748
diff --git a/math/hs-probability/pkg-descr b/math/hs-probability/pkg-descr
index b32420575780..f83d11bdd4a4 100644
--- a/math/hs-probability/pkg-descr
+++ b/math/hs-probability/pkg-descr
@@ -1,6 +1,6 @@
-This Haskell library allows exact computation with discrete random variables
-in terms of their distributions by using a monad. The monad is similar to
+The Library allows exact computation with discrete random variables in
+terms of their distributions by using a monad. The monad is similar to
the List monad for non-deterministic computations, but extends the List
-monad by a measure of probability. Small interface to R plotting.
+monad by a measure of probability. Small interface to R plotting.
-WWW: http://haskell.org/haskellwiki/Probabilistic_Functional_Programming
+WWW: http://www.haskell.org/haskellwiki/Probabilistic_Functional_Programming