packages feed

chatty-utils 0.7.3.3 → 0.7.3.4

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

chatty-utils.cabal view
@@ -10,13 +10,13 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.7.3.3+version:             0.7.3.4  -- A short (one-line) description of the package. synopsis:            Some utilities every serious chatty-based application may need.  -- A longer description of the package.-description:         Some utilities every serious chatty-based application may need. Includes a graph type, search trees, a None class, a counter and an atom store.+description:         Some utilities every serious chatty-based application may need. Includes a graph type, search trees, a None class, a counter and an atom store. Note that the author does not recommend usage in new projects any more. Please use packages that are better suited for your individual need.  -- The license under which the package is released. license:             AGPL-3@@ -31,7 +31,7 @@ -- patches. maintainer:          m@doomanddarkness.eu -homepage:            http://doomanddarkness.eu/pub/chatty+homepage:            http://hub.darcs.net/enum/chatty-utils  -- A copyright notice. -- copyright:           @@ -60,7 +60,7 @@   -- other-extensions:          -- Other library packages from which modules are imported.-  build-depends:       base >=4.6 && <4.9,+  build-depends:       base >=4.6 && <5.0,                        transformers,                        text,                        mtl