packages feed

Cabal revisions of markov-chain-0.0.2

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

revision 1
 Name:             markov-chain Version:          0.0.2+x-revision: 1 License:          GPL License-File:     LICENSE Author:           Henning Thielemann <haskell@henning-thielemann.de> Homepage:         http://darcs.haskell.org/markov-chain/ Category:         Algorithms Build-Type:       Simple-Build-Depends:    base>=1.0, 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  Library   If flag(splitBase)-    Build-Depends: base >= 2, random >= 1.0, mtl, containers+    Build-Depends: base >= 2, random >= 1.0, mtl < 1.2, containers   Else-    Build-Depends: base >=1.0 && < 2, mtl+    Build-Depends: base >=1.0 && < 2, mtl < 1.2    GHC-Options:      -Wall   Hs-Source-Dirs:   src