simple-log 0.9.7 → 0.9.8
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers
API changes (from Hackage documentation)
Files
- simple-log.cabal +2/−2
simple-log.cabal view
@@ -1,5 +1,5 @@ Name: simple-log-Version: 0.9.7+Version: 0.9.8 Synopsis: Simple log for Haskell Description: Log library for Haskell License: BSD3@@ -24,7 +24,7 @@ base >= 4.0 && < 6, async >= 2.0 && < 3.0, base-unicode-symbols >= 0.2 && < 0.3,- containers >= 0.5 && < 0.6,+ containers >= 0.5 && < 0.7, data-default >= 0.5 && < 0.8, deepseq >= 1.4 && < 1.5, directory >= 1.2 && < 1.4,