packages feed

canteven-log 0.3.0.2 → 0.3.0.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

canteven-log.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                canteven-log-version:             0.3.0.2+version:             0.3.0.3 synopsis:            A canteven way of setting up logging for your program. description:     A library that uses <https://hackage.haskell.org/package/canteven-config canteven-config>
src/Canteven/Log/MonadLog.hs view
@@ -187,7 +187,7 @@     toLogStr (show tid) <> "]: " <>     msg <> " (" <> toLogStr (S8.pack fileLocStr) <> ")\n"   where-    fmtTime = formatTime defaultTimeLocale "%F %X %Z"+    fmtTime = formatTime defaultTimeLocale "%Y-%m-%dT%H:%M:%S.%q %Z"     fileLocStr =         loc_filename loc ++ ':' : line loc ++ ':' : char loc       where