rollbar-hs 0.1.0.1 → 0.2.0.0
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
- Rollbar.Item.Internal.Notifier: Notifier :: Hardcoded "wai-middleware-rollbar" -> Version -> Notifier
+ Rollbar.Item.Internal.Notifier: Notifier :: Hardcoded "rollbar-hs" -> Version -> Notifier
- Rollbar.Item.Internal.Notifier: [name] :: Notifier -> Hardcoded "wai-middleware-rollbar"
+ Rollbar.Item.Internal.Notifier: [name] :: Notifier -> Hardcoded "rollbar-hs"
Files
rollbar-hs.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 224dad8be5a1777e816a83a82e49378103943dad119345c7a27aa8ea92f49b05+-- hash: eac54e2631e9bbfada016ff0f7e6f51024450be3752b9c2c3894efb49efbace6 name: rollbar-hs-version: 0.1.0.1+version: 0.2.0.0 synopsis: Core Rollbar data types and APIs. category: Web homepage: https://github.com/joneshf/rollbar-hs#readme
src/Rollbar/Item/Internal/Notifier.hs view
@@ -28,7 +28,7 @@ -- | Metadata describing this package. data Notifier = Notifier- { name :: Hardcoded "wai-middleware-rollbar"+ { name :: Hardcoded "rollbar-hs" -- ^ The name of this package , version :: Version -- ^ The version of this package