mcmc-samplers-0.1.1.0: mcmc-samplers.cabal
-- Initial mcmc-samplers.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: mcmc-samplers
version: 0.1.1.0
synopsis: Combinators for MCMC sampling
description: A library of combinators to build transition kernels, proposal distributions, target distributions, and stream operations for MCMC sampling.
license: BSD3
license-file: LICENSE
author: Praveen Narayanan
maintainer: revenap@gmail.com
-- copyright:
category: Math
build-type: Simple
extra-source-files: Gibbs.hs, README.md
cabal-version: >=1.10
library
exposed-modules: MCMC.Actions, MCMC.Combinators, MCMC.Distributions,
MCMC.Kernels, MCMC.Types, MCMC.SemanticEditors,
MCMC.Examples.GMM, MCMC.Examples.HandwrittenGMM
other-modules: MCMC.Tests
other-extensions: MultiParamTypeClasses, KindSignatures, FlexibleInstances, GADTs, OverlappingInstances
build-depends: base >=4.6 && <5,
mwc-random >=0.13 && <0.14,
primitive >=0.5 && <0.6,
hmatrix >=0.15,
statistics >=0.11,
containers >=0.5 && <0.6,
hakaru >=0.1.3
-- hs-source-dirs:
default-language: Haskell2010