pagerduty-hs 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+5/−3 lines, 1 filesdep +pagerduty-hsdep −pagerduty-hslPVP ok
version bump matches the API change (PVP)
Dependencies added: pagerduty-hs
Dependencies removed: pagerduty-hsl
API changes (from Hackage documentation)
Files
- pagerduty-hs.cabal +5/−3
pagerduty-hs.cabal view
@@ -5,8 +5,10 @@ -- see: https://github.com/sol/hpack name: pagerduty-hs-version: 0.1.0.0-description: Please see the README on GitHub at <https://github.com/dustin/pagerduty#readme>+version: 0.1.0.1+synopsis: An interface to the PagerDuty API.+description: Please see the README on GitHub at <https://github.com/dustin/pagerduty-hs#readme>+category: API homepage: https://github.com/dustin/pagerduty-hs#readme bug-reports: https://github.com/dustin/pagerduty-hs/issues author: Dustin Sallings@@ -62,7 +64,7 @@ , base >=4.7 && <5 , exceptions , lens- , pagerduty-hsl+ , pagerduty-hs , tasty , tasty-hunit , tasty-quickcheck