unclogging 0.1.0.2 → 0.1.0.3
raw patch · 4 files changed
+7/−3 lines, 4 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- src/Unclog/IO/Json.hs +1/−1
- src/Unclog/IO/Text.hs +1/−1
- unclogging.cabal +1/−1
CHANGELOG.md view
@@ -11,3 +11,7 @@ ## 0.1.0.2 -- 2024-09-24 * more tiny documentatoin changes++## 0.1.0.2 -- 2024-10-10++* import things needs in TH
src/Unclog/IO/Json.hs view
@@ -23,7 +23,7 @@ import Data.ByteString qualified as BS import Language.Haskell.TH.Syntax (Exp, Q, unTypeCode) import Unclog.Common (LogLevel (..))-import Unclog.Frontend (mkLogEntry)+import Unclog.Frontend (mkLogEntry, publishLogEntry) import Unclog.Subscriber (withLoggingWithSubscribers) import UnliftIO (atomically, liftIO)
src/Unclog/IO/Text.hs view
@@ -20,7 +20,7 @@ import Data.Text.Encoding qualified as T import Language.Haskell.TH.Syntax (Exp, Q, unTypeCode) import Unclog.Common (LogLevel (..))-import Unclog.Frontend (mkLogEntry)+import Unclog.Frontend (mkLogEntry, publishLogEntry) import Unclog.Subscriber (withLoggingWithSubscribers) import UnliftIO (atomically, liftIO)
unclogging.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: unclogging-version: 0.1.0.2+version: 0.1.0.3 synopsis: a library which implements easy, concurrent and pretty logging