packages feed

katip-scalyr-scribe 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+12/−12 lines, 1 filesdep ~aesondep ~katipdep ~scientificPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, katip, scientific, text, unordered-containers

API changes (from Hackage documentation)

Files

katip-scalyr-scribe.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3118765cd5574fb865a84b40e095a9b9c9ff2cdf4c656047fcf86f6b1fabf3a0+-- hash: bf0bf605167d66b2381fca6688ab6c8bdc3d849f4285624afcb4580056e9e7c9  name:           katip-scalyr-scribe-version:        0.1.0.0+version:        0.1.0.1 synopsis:       A katip scribe for logging to json description:    Please see the README on Github at <https://github.com/reactormonk/katip-scalyr-scribe#readme> category:       Logging@@ -32,12 +32,12 @@       src   default-extensions: OverloadedStrings   build-depends:-      aeson+      aeson >=1.0 && <1.4     , base >=4.7 && <5-    , katip-    , scientific-    , text-    , unordered-containers+    , katip >=0.5 && <0.6+    , scientific >=0.3 && <0.4+    , text >=1.2 && <1.3+    , unordered-containers >=0.2 && <0.3   exposed-modules:       Katip.Scribes.Scalyr   other-modules:@@ -52,13 +52,13 @@   default-extensions: OverloadedStrings   ghc-options: -threaded -rtsopts -with-rtsopts=-N   build-depends:-      aeson+      aeson >=1.0 && <1.4     , base >=4.7 && <5-    , katip+    , katip >=0.5 && <0.6     , katip-scalyr-scribe-    , scientific-    , text-    , unordered-containers+    , scientific >=0.3 && <0.4+    , text >=1.2 && <1.3+    , unordered-containers >=0.2 && <0.3   other-modules:       Paths_katip_scalyr_scribe   default-language: Haskell2010