Haskell-Data-Analysis-Cookbook/Ch07/Code10_markov/Code0710.cabal
2014-06-21 11:53:35 -04:00

25 lines
807 B
Plaintext

-- Initial Code0610.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: Code0710
version: 0.1.0.0
synopsis: Markov chain.
-- description:
homepage: haskelldata.com
license: GPL-2
license-file: ../LICENSE
author: Nishant Shukla
maintainer: nick722@gmail.com
-- copyright:
category: Math
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable Code0710
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.6 && <4.7, markov-chain >=0.0 && <0.1, random >=1.0 && <1.1
-- hs-source-dirs:
default-language: Haskell2010