packages feed

json-tracer 0.0.1.0 → 0.0.1.1

raw patch · 1 files changed

+6/−6 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

json-tracer.cabal view
@@ -1,11 +1,11 @@ name:                json-tracer-version:             0.0.1.0--- synopsis:+version:             0.0.1.1+synopsis:            A polymorphic, type-safe, json-structured tracing library description:              .-    An polymorphic, type-safe, structured tracing library.+    A polymorphic, type-safe, structured tracing library. -homepage:            https://github.com/autotaker/jsontracer#readme+homepage:            https://github.com/autotaker/json-tracer#readme license:             BSD3 license-file:        LICENSE author:              Taku Terao@@ -18,7 +18,7 @@  library   hs-source-dirs:      src-  ghc-options:         -O2 -W+  ghc-options:         -W   exposed-modules:     Data.PolyDict                      , Control.Monad.Trans.CTrace                      , Control.Monad.CTrace@@ -82,4 +82,4 @@  source-repository head   type:     git-  location: https://github.com/autotaker/jsontracer+  location: https://github.com/autotaker/json-tracer