packages feed

katip 0.8.7.2 → 0.8.7.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~unixPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: unix

API changes (from Hackage documentation)

- Katip: itemApp :: forall a_a9QZ. Lens' (Item a_a9QZ) Namespace
+ Katip: itemApp :: forall a_aaz8. Lens' (Item a_aaz8) Namespace
- Katip: itemEnv :: forall a_a9QZ. Lens' (Item a_a9QZ) Environment
+ Katip: itemEnv :: forall a_aaz8. Lens' (Item a_aaz8) Environment
- Katip: itemHost :: forall a_a9QZ. Lens' (Item a_a9QZ) HostName
+ Katip: itemHost :: forall a_aaz8. Lens' (Item a_aaz8) HostName
- Katip: itemLoc :: forall a_a9QZ. Lens' (Item a_a9QZ) (Maybe Loc)
+ Katip: itemLoc :: forall a_aaz8. Lens' (Item a_aaz8) (Maybe Loc)
- Katip: itemMessage :: forall a_a9QZ. Lens' (Item a_a9QZ) LogStr
+ Katip: itemMessage :: forall a_aaz8. Lens' (Item a_aaz8) LogStr
- Katip: itemNamespace :: forall a_a9QZ. Lens' (Item a_a9QZ) Namespace
+ Katip: itemNamespace :: forall a_aaz8. Lens' (Item a_aaz8) Namespace
- Katip: itemPayload :: forall a_a9QZ a_adB7. Lens (Item a_a9QZ) (Item a_adB7) a_a9QZ a_adB7
+ Katip: itemPayload :: forall a_aaz8 a_adUS. Lens (Item a_aaz8) (Item a_adUS) a_aaz8 a_adUS
- Katip: itemProcess :: forall a_a9QZ. Lens' (Item a_a9QZ) ProcessID
+ Katip: itemProcess :: forall a_aaz8. Lens' (Item a_aaz8) ProcessID
- Katip: itemSeverity :: forall a_a9QZ. Lens' (Item a_a9QZ) Severity
+ Katip: itemSeverity :: forall a_aaz8. Lens' (Item a_aaz8) Severity
- Katip: itemThread :: forall a_a9QZ. Lens' (Item a_a9QZ) ThreadIdText
+ Katip: itemThread :: forall a_aaz8. Lens' (Item a_aaz8) ThreadIdText
- Katip: itemTime :: forall a_a9QZ. Lens' (Item a_a9QZ) UTCTime
+ Katip: itemTime :: forall a_aaz8. Lens' (Item a_aaz8) UTCTime
- Katip.Core: itemApp :: forall a_a9QZ. Lens' (Item a_a9QZ) Namespace
+ Katip.Core: itemApp :: forall a_aaz8. Lens' (Item a_aaz8) Namespace
- Katip.Core: itemEnv :: forall a_a9QZ. Lens' (Item a_a9QZ) Environment
+ Katip.Core: itemEnv :: forall a_aaz8. Lens' (Item a_aaz8) Environment
- Katip.Core: itemHost :: forall a_a9QZ. Lens' (Item a_a9QZ) HostName
+ Katip.Core: itemHost :: forall a_aaz8. Lens' (Item a_aaz8) HostName
- Katip.Core: itemLoc :: forall a_a9QZ. Lens' (Item a_a9QZ) (Maybe Loc)
+ Katip.Core: itemLoc :: forall a_aaz8. Lens' (Item a_aaz8) (Maybe Loc)
- Katip.Core: itemMessage :: forall a_a9QZ. Lens' (Item a_a9QZ) LogStr
+ Katip.Core: itemMessage :: forall a_aaz8. Lens' (Item a_aaz8) LogStr
- Katip.Core: itemNamespace :: forall a_a9QZ. Lens' (Item a_a9QZ) Namespace
+ Katip.Core: itemNamespace :: forall a_aaz8. Lens' (Item a_aaz8) Namespace
- Katip.Core: itemPayload :: forall a_a9QZ a_adB7. Lens (Item a_a9QZ) (Item a_adB7) a_a9QZ a_adB7
+ Katip.Core: itemPayload :: forall a_aaz8 a_adUS. Lens (Item a_aaz8) (Item a_adUS) a_aaz8 a_adUS
- Katip.Core: itemProcess :: forall a_a9QZ. Lens' (Item a_a9QZ) ProcessID
+ Katip.Core: itemProcess :: forall a_aaz8. Lens' (Item a_aaz8) ProcessID
- Katip.Core: itemSeverity :: forall a_a9QZ. Lens' (Item a_a9QZ) Severity
+ Katip.Core: itemSeverity :: forall a_aaz8. Lens' (Item a_aaz8) Severity
- Katip.Core: itemThread :: forall a_a9QZ. Lens' (Item a_a9QZ) ThreadIdText
+ Katip.Core: itemThread :: forall a_aaz8. Lens' (Item a_aaz8) ThreadIdText
- Katip.Core: itemTime :: forall a_a9QZ. Lens' (Item a_a9QZ) UTCTime
+ Katip.Core: itemTime :: forall a_aaz8. Lens' (Item a_aaz8) UTCTime

Files

changelog.md view
@@ -1,3 +1,7 @@+0.8.7.3+=======+* unix 2.8 compatibility [#143](https://github.com/Soostone/katip/pull/143)+ 0.8.7.2 ======= * MTL 2.3 compatibility [#140](https://github.com/Soostone/katip/pull/140)
katip.cabal view
@@ -1,5 +1,5 @@ name:                katip-version:             0.8.7.2+version:             0.8.7.3 synopsis:            A structured logging framework. description:   Katip is a structured logging framework. See README.md for more details.@@ -90,7 +90,7 @@     build-depends: Win32 >=2.3 && <2.9     exposed-modules: Katip.Compat   else-    build-depends: unix >= 2.5 && <2.8+    build-depends: unix >= 2.5 && <2.9   test-suite test