packages feed

wai-middleware-rollbar 0.1.0.0 → 0.2.0

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

README.md view
@@ -1,1 +1,3 @@ # wai-middleware-rollbar++[![Build Status](https://travis-ci.org/joneshf/wai-middleware-rollbar.svg?branch=master)](https://travis-ci.org/joneshf/wai-middleware-rollbar)
wai-middleware-rollbar.cabal view
@@ -1,5 +1,5 @@ name:                wai-middleware-rollbar-version:             0.1.0.0+version:             0.2.0 synopsis:            Middleware that communicates to Rollbar. description:         Middleware that communicates to Rollbar. homepage:            https://github.com/joneshf/wai-middleware-rollbar#readme@@ -12,6 +12,7 @@ build-type:          Simple extra-source-files:  README.md cabal-version:       >=1.10+tested-with:         GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2  library   hs-source-dirs:      src@@ -32,7 +33,7 @@                      , Rollbar.Item.Internal.Platform   other-modules:       Paths_wai_middleware_rollbar   build-depends:       base >= 4.7 && < 5-                     , aeson >= 1.0 && < 1.1+                     , aeson >= 1.0 && < 1.2                      , bytestring >= 0.10 && < 0.11                      , case-insensitive >= 1.2 && < 1.3                      , hostname >= 1.0 && < 1.1