packages feed

rotating-log 0.4.1 → 0.4.2

raw patch · 2 files changed

+9/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,2 +1,4 @@+0.4.2+* Add missing time-locale-compat dependency for test suite. 0.4.1 * Fixed incorrect license file. rotating-log is BSD-3.
rotating-log.cabal view
@@ -1,5 +1,5 @@ name:                rotating-log-version:             0.4.1+version:             0.4.2 description:         Size-limited, concurrent, automatically-rotating log writer. Synopsis:            Size-limited, concurrent, automatically-rotating log writer. license:             BSD3@@ -42,7 +42,13 @@     base,     bytestring,     time,+    time-locale-compat,     filepath,     directory    ghc-options: -Wall -fwarn-tabs -threaded+++source-repository head+  type:     git+  location: git://github.com/Soostone/rotating-log.git