packages feed

stripe-concepts 1.0.2.4 → 1.0.2.6

raw patch · 3 files changed

+12/−14 lines, 3 filesdep ~basedep ~bytestringdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, text

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@@ -30,3 +23,7 @@ ## 1.0.2.4 - 2020-05-20  Support GHC 8.10++## 1.0.2.6 - 2021-03-08++No change, just reformatting cabal files
license.txt view
@@ -1,4 +1,4 @@-Copyright 2019 Typeclass Consulting, 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-concepts.cabal view
@@ -1,5 +1,7 @@+cabal-version: 2.0+ name: stripe-concepts-version: 1.0.2.4+version: 1.0.2.6  synopsis: Types for the Stripe API category: Web@@ -14,12 +16,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:@@ -33,6 +34,6 @@         Stripe.Concepts      build-depends:-        base >=4.10 && <4.15-      , bytestring >=0.10 && <0.11-      , text >=1.2 && <1.3+        base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14+      , bytestring ^>= 0.10+      , text ^>= 1.2