mcmc-types

Common types for implementing MCMC algorithms.
Log | Files | Refs | README | LICENSE

commit c34489f12dbb90eff9603a741d69b14e835789a7
parent e201ffe23701ef2250e6b2f8c57ce5f2ac1972dd
Author: Jared Tobin <jared@jtobin.ca>
Date:   Tue,  6 Oct 2015 21:54:32 +1300

Add category field.

Diffstat:
Mmcmc-types.cabal | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mcmc-types.cabal b/mcmc-types.cabal @@ -1,5 +1,5 @@ name: mcmc-types -version: 1.0.0 +version: 1.0.1 synopsis: Common types for sampling. homepage: http://github.com/jtobin/mcmc-types license: MIT @@ -7,6 +7,7 @@ license-file: LICENSE author: Jared Tobin maintainer: jared@jtobin.ca build-type: Simple +category: Numeric, Math cabal-version: >= 1.18 description: Common types for implementing Markov Chain Monte Carlo (MCMC) algorithms.