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 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