cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: b164fe328e9edef0858d48e61b56997280bd4bb2ea6ffe923afb24084a14efe6
name: markov-realization
version: 0.3.2
description: Please see the README on GitHub at <https://github.com/alexloomis/markov#markov-tutorial>
homepage: https://github.com/alexloomis/markov
bug-reports: https://github.com/alexloomis/markov/issues
author: Alex Loomis
maintainer: atloomis@math.arizona.edu
copyright: 2019 Alex Loomis
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
category: Statistics
synopsis: Realizations of Markov chains.
source-repository head
type: git
location: git://github.com/alexloomis/markov.git
library
exposed-modules:
Markov
Markov.Example
Markov.Extra
Markov.Generic
other-modules:
Paths_markov_realization
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, comonad
, MonadRandom
default-language: Haskell2010
test-suite markov-test
type: exitcode-stdio-1.0
main-is: Test.hs
other-modules:
Paths_markov_realization
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, HTF
, markov-realization
default-language: Haskell2010