katip 0.5.0.1 → 0.5.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Katip: itemApp :: forall a_amYE. Lens' (Item a_amYE) Namespace
+ Katip: itemApp :: forall a_an12. Lens' (Item a_an12) Namespace
- Katip: itemEnv :: forall a_amYE. Lens' (Item a_amYE) Environment
+ Katip: itemEnv :: forall a_an12. Lens' (Item a_an12) Environment
- Katip: itemHost :: forall a_amYE. Lens' (Item a_amYE) HostName
+ Katip: itemHost :: forall a_an12. Lens' (Item a_an12) HostName
- Katip: itemLoc :: forall a_amYE. Lens' (Item a_amYE) (Maybe Loc)
+ Katip: itemLoc :: forall a_an12. Lens' (Item a_an12) (Maybe Loc)
- Katip: itemMessage :: forall a_amYE. Lens' (Item a_amYE) LogStr
+ Katip: itemMessage :: forall a_an12. Lens' (Item a_an12) LogStr
- Katip: itemNamespace :: forall a_amYE. Lens' (Item a_amYE) Namespace
+ Katip: itemNamespace :: forall a_an12. Lens' (Item a_an12) Namespace
- Katip: itemPayload :: forall a_amYE a_aqgI. Lens (Item a_amYE) (Item a_aqgI) a_amYE a_aqgI
+ Katip: itemPayload :: forall a_an12 a_aqj6. Lens (Item a_an12) (Item a_aqj6) a_an12 a_aqj6
- Katip: itemProcess :: forall a_amYE. Lens' (Item a_amYE) ProcessID
+ Katip: itemProcess :: forall a_an12. Lens' (Item a_an12) ProcessID
- Katip: itemSeverity :: forall a_amYE. Lens' (Item a_amYE) Severity
+ Katip: itemSeverity :: forall a_an12. Lens' (Item a_an12) Severity
- Katip: itemThread :: forall a_amYE. Lens' (Item a_amYE) ThreadIdText
+ Katip: itemThread :: forall a_an12. Lens' (Item a_an12) ThreadIdText
- Katip: itemTime :: forall a_amYE. Lens' (Item a_amYE) UTCTime
+ Katip: itemTime :: forall a_an12. Lens' (Item a_an12) UTCTime
- Katip.Core: itemApp :: forall a_amYE. Lens' (Item a_amYE) Namespace
+ Katip.Core: itemApp :: forall a_an12. Lens' (Item a_an12) Namespace
- Katip.Core: itemEnv :: forall a_amYE. Lens' (Item a_amYE) Environment
+ Katip.Core: itemEnv :: forall a_an12. Lens' (Item a_an12) Environment
- Katip.Core: itemHost :: forall a_amYE. Lens' (Item a_amYE) HostName
+ Katip.Core: itemHost :: forall a_an12. Lens' (Item a_an12) HostName
- Katip.Core: itemLoc :: forall a_amYE. Lens' (Item a_amYE) (Maybe Loc)
+ Katip.Core: itemLoc :: forall a_an12. Lens' (Item a_an12) (Maybe Loc)
- Katip.Core: itemMessage :: forall a_amYE. Lens' (Item a_amYE) LogStr
+ Katip.Core: itemMessage :: forall a_an12. Lens' (Item a_an12) LogStr
- Katip.Core: itemNamespace :: forall a_amYE. Lens' (Item a_amYE) Namespace
+ Katip.Core: itemNamespace :: forall a_an12. Lens' (Item a_an12) Namespace
- Katip.Core: itemPayload :: forall a_amYE a_aqgI. Lens (Item a_amYE) (Item a_aqgI) a_amYE a_aqgI
+ Katip.Core: itemPayload :: forall a_an12 a_aqj6. Lens (Item a_an12) (Item a_aqj6) a_an12 a_aqj6
- Katip.Core: itemProcess :: forall a_amYE. Lens' (Item a_amYE) ProcessID
+ Katip.Core: itemProcess :: forall a_an12. Lens' (Item a_an12) ProcessID
- Katip.Core: itemSeverity :: forall a_amYE. Lens' (Item a_amYE) Severity
+ Katip.Core: itemSeverity :: forall a_an12. Lens' (Item a_an12) Severity
- Katip.Core: itemThread :: forall a_amYE. Lens' (Item a_amYE) ThreadIdText
+ Katip.Core: itemThread :: forall a_an12. Lens' (Item a_an12) ThreadIdText
- Katip.Core: itemTime :: forall a_amYE. Lens' (Item a_amYE) UTCTime
+ Katip.Core: itemTime :: forall a_an12. Lens' (Item a_an12) UTCTime
Files
- changelog.md +4/−0
- katip.cabal +2/−2
changelog.md view
@@ -1,3 +1,7 @@+0.5.0.2+=======+* Export Katip.Compat for Windows users.+ 0.5.0.1 ======= * Fix numeric formatting in Handle scribe.
katip.cabal view
@@ -1,5 +1,5 @@ name: katip-version: 0.5.0.1+version: 0.5.0.2 synopsis: A structured logging framework. description: Katip is a structured logging framework. See README.md for more details.@@ -87,7 +87,7 @@ ghc-options: -Werror if os(windows) build-depends: Win32 >=2.3 && <2.5- other-modules: Katip.Compat+ exposed-modules: Katip.Compat else build-depends: unix >= 2.5 && <2.8