packages feed

katip-datadog 0.1.0.0 → 0.2.0.0

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,7 @@+0.2.0.0+==========+* Remove import of deprecated Network module+ 0.1.0.0 ========== * Initial release
katip-datadog.cabal view
@@ -1,5 +1,5 @@ name:                katip-datadog-version:             0.1.0.0+version:             0.2.0.0 synopsis:            Datadog scribe for the Katip logging framework description:         See README.md for more details. license:             BSD3
src/Katip/Scribes/Datadog/TCP.hs view
@@ -33,8 +33,8 @@ import           Data.Time              (NominalDiffTime) import           Katip import           Katip.Core             (LocJs (..))-import qualified Network                as Net import qualified Network.Connection     as C+import qualified Network.Socket         as Net import qualified System.Posix.Types     as POSIX -------------------------------------------------------------------------------