- Update to 0.2.3.1
PR: ports/164689 Submitted by: wen
This commit is contained in:
parent
2295987a21
commit
7db46ac0b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291211
3 changed files with 9 additions and 12 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue