Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
5 changes: 5 additions & 0 deletions stripe-concepts/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.0.3.5 - 2025-08-09
--------------------------------------------------

Support GHC 9.10, `base-21`

1.0.3.4 - 2024-04-30
--------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions stripe-concepts/stripe-concepts.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: stripe-concepts
version: 1.0.3.4
version: 1.0.3.5
synopsis: Types for the Stripe API
category: Web

Expand Down Expand Up @@ -30,6 +30,6 @@ library
Stripe.Concepts

build-depends:
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20
, bytestring ^>= 0.11 || ^>= 0.12
, text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1
5 changes: 5 additions & 0 deletions stripe-signature/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.0.1.18 - 2025-08-09
--------------------------------------------------

Support GHC 9.10, `base-21`

1.0.0.17 - 2024-04-30
--------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions stripe-signature/stripe-signature.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: stripe-signature
version: 1.0.0.17
version: 1.0.0.18
synopsis: Verification of Stripe webhook signatures
category: Web

Expand All @@ -27,7 +27,7 @@ common base
default-language: GHC2021
ghc-options: -Wall
build-depends:
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20
, base16-bytestring ^>= 1.0.2
, bytestring ^>= 0.11 || ^>= 0.12
, cryptohash-sha256 ^>= 0.11.102
Expand Down
5 changes: 5 additions & 0 deletions stripe-wreq/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.0.1.18 - 2025-08-09
--------------------------------------------------

Support GHC 9.10, `base-21`

1.0.1.17 - 2024-04-30
--------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions stripe-wreq/stripe-wreq.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: stripe-wreq
version: 1.0.1.17
version: 1.0.1.18
synopsis: Use the Stripe API via Wreq
category: Web

Expand Down Expand Up @@ -33,7 +33,7 @@ library

build-depends:
, aeson ^>= 2.0.3 || ^>= 2.1 || ^>= 2.2
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
, base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20
, bytestring ^>= 0.11 || ^>= 0.12
, lens ^>= 5.0.1 || ^>= 5.1 || ^>= 5.2
, stripe-concepts ^>= 1.0.3
Expand Down