graflog 6.1.3 → 6.1.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- graflog.cabal +1/−1
- src/Graflog/Logger.hs +1/−1
graflog.cabal view
@@ -1,5 +1,5 @@ name: graflog-version: 6.1.3+version: 6.1.4 synopsis: Monadic correlated log events description: Please see README.md homepage: https://github.com/m-arnold/graflog#readme
src/Graflog/Logger.hs view
@@ -76,7 +76,7 @@ toLog = Dictionary . fmap toLog instance ToLog () where- toLog = dictionary []+ toLog _ = dictionary [] instance (ToLog a, ToLog b) => ToLog (Either a b) where toLog (Left l) = Variant "left" [toLog l]