packages feed

stripe-scotty 1.0.0.6 → 1.0.0.8

raw patch · 3 files changed

+18/−20 lines, 3 filesdep ~aesondep ~basedep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base, bytestring, http-types, scotty, stripe-concepts, stripe-signature, text, unordered-containers

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,12 +1,5 @@ # Changelog -All notable changes to this package will be documented in this file.--The format is based on-[Keep a Changelog](https://keepachangelog.com/en/1.0.0/),-and this project adheres to the-[Haskell Package Versioning Policy](https://pvp.haskell.org/).- ## 1.0.0.0 - 2018-12-20  - Initial release@@ -22,3 +15,7 @@ ## 1.0.0.6 - 2021-02-10  Raise bounds to allow `aeson-1.5` and `scotty-0.12`++## 1.0.0.8 - 2021-03-08++No change, just fiddling with the cabal file
license.txt view
@@ -1,4 +1,4 @@-Copyright 2021 Mission Valley Software LLC+Copyright 2019-2021 Mission Valley Software LLC  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in
stripe-scotty.cabal view
@@ -1,5 +1,7 @@+cabal-version: 2.0+ name: stripe-scotty-version: 1.0.0.6+version: 1.0.0.8  synopsis: Listen for Stripe webhook events with Scotty category: Web@@ -15,12 +17,11 @@ author:     Chris Martin maintainer: Chris Martin, Julie Moronuki -copyright: 2019 Typeclass Consulting, LLC+copyright: 2019-2021 Mission Valley Software LLC license: MIT license-file: license.txt  build-type: Simple-cabal-version: >=1.10 tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1, GHC==8.10.1  extra-source-files:@@ -34,12 +35,12 @@         Stripe.Scotty      build-depends:-        aeson >=1.4 && <1.6-      , base >=4.10 && <4.15-      , bytestring >=0.10 && <0.11-      , http-types >=0.12 && <0.13-      , scotty >=0.11 && <0.13-      , stripe-concepts >=1.0 && <1.1-      , stripe-signature >=1.0 && <1.1-      , text >=1.2 && <1.3-      , unordered-containers >=0.2 && <0.3+        aeson ^>= 1.4 || ^>= 1.5+      , base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14+      , bytestring ^>= 0.10+      , http-types ^>= 0.12+      , scotty ^>= 0.11 || ^>= 0.12+      , stripe-concepts ^>= 1.0+      , stripe-signature ^>= 1.0+      , text ^>= 1.2+      , unordered-containers ^>= 0.2