packages feed

Cabal revisions of markov-chain-0.0.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name:             markov-chain Version:          0.0.1+x-revision: 1 License:          GPL License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de> Maintainer:       Henning Thielemann <haskell@henning-thielemann.de> Homepage:         http://darcs.haskell.org/markov-chain/ Category:         Algorithms-Build-Depends:    base>=1.0, mtl+Build-Depends:    base>=1.0 && <3, mtl -- From the Monad Template Library we only need the State monad. -- If your compiler does not support functional dependencies, -- it would be easy to replace that by mapAccumL