haskell-markov-chain 0.0.3.1-2build2 source package in Ubuntu

Changelog

haskell-markov-chain (0.0.3.1-2build2) precise; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Wed, 02 Nov 2011 17:02:05 -0400

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-markov-chain_0.0.3.1.orig.tar.gz 14.4 KiB 99d85692d23e55f80b9c5267a0613b88782f4b909a3c982ebbb1349bb930e7db
haskell-markov-chain_0.0.3.1-2build2.debian.tar.gz 2.0 KiB c93cf99e49db1f4c11bc4617b1dde67d4b445c43a508f67ffb0e8d2e61f54a43
haskell-markov-chain_0.0.3.1-2build2.dsc 2.5 KiB 512c68a816bb6cddcec4e259b2afce7a43630c64587d2578e8d81f27e172664d

Available diffs

View changes file

Binary packages built by this source

libghc-markov-chain-dev: Markov Chains for random sequence generation

 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This library can be used to generate random sequences with a behaviour
 adapted to some training data. The algorithm analyses your input/training
 data with respect to how likely a given letter follows another one, then
 on recomposition it chooses subsequent letters randomly according to the
 frequencies found in the training data.

libghc-markov-chain-doc: Markov Chains for random sequence generation; documentation

 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This library can be used to generate random sequences with a behaviour
 adapted to some training data. The algorithm analyses your input/training
 data with respect to how likely a given letter follows another one, then
 on recomposition it chooses subsequent letters randomly according to the
 frequencies found in the training data.

libghc-markov-chain-prof: Markov Chains for random sequence generation; profiling libraries

 This package provides a library for the Haskell programming language
 compiled for profiling.
 See http://www.haskell.org/ for more information on Haskell.
 .
 This library can be used to generate random sequences with a behaviour
 adapted to some training data. The algorithm analyses your input/training
 data with respect to how likely a given letter follows another one, then
 on recomposition it chooses subsequent letters randomly according to the
 frequencies found in the training data.