packages feed

easy-logger 0.1.0.6 → 0.1.0.7

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

easy-logger.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           easy-logger-version:        0.1.0.6+version:        0.1.0.7 synopsis:       Logging made easy. description:    Please see the README on GitHub at <https://github.com/schnecki/easy-logger#readme> category:       Logging
test/Spec.hs view
@@ -33,7 +33,7 @@ prop_Logging :: Property prop_Logging = ioProperty $ do   writeFile "test/files/prop_Logging.log" ""-  $(initLogger) (LogFile ("test/files/prop_Logging.log" :: FilePath)) LogAll+  $(initLogger) (LogFile ("test/files/prop_Logging.log" :: FilePath))   $(logDebug) "test run"   finalizeAllLoggers   lastLog <- getLogMessages "test/files/prop_Logging.log"