packages feed

markov-realization 0.3.1 → 0.3.2

raw patch · 2 files changed

+4/−3 lines, 2 filesdep −configuration-toolsdep −matrix

Dependencies removed: configuration-tools, matrix

Files

ChangeLog.md view
@@ -1,5 +1,8 @@ # Changelog for markov +## 0.3.2+Removed unnecessary dependencies.+ ## 0.3.1 Removed dependency on Data.Discrimination. 
markov-realization.cabal view
@@ -7,7 +7,7 @@ -- hash: b164fe328e9edef0858d48e61b56997280bd4bb2ea6ffe923afb24084a14efe6  name:           markov-realization-version:        0.3.1+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@@ -40,8 +40,6 @@   build-depends:       base >=4.7 && <5     , comonad-    , configuration-tools-    , matrix     , MonadRandom   default-language: Haskell2010