From 89db966b89c28ca4d2402efb827c9959e8e6d5b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri=20de=20Tarl=C3=A9?= Date: Fri, 11 Jul 2025 16:08:57 +0200 Subject: [PATCH 1/2] Update dependencies --- biscuit-servant/biscuit-servant.cabal | 2 +- biscuit-wai/biscuit-wai.cabal | 2 +- biscuit/biscuit-haskell.cabal | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/biscuit-servant/biscuit-servant.cabal b/biscuit-servant/biscuit-servant.cabal index b4ebddd..b4870c0 100644 --- a/biscuit-servant/biscuit-servant.cabal +++ b/biscuit-servant/biscuit-servant.cabal @@ -35,7 +35,7 @@ library build-depends: base >= 4.7 && <5, biscuit-haskell >= 0.4 && < 0.5, - bytestring >= 0.10 && <0.12, + bytestring >= 0.10 && <0.13, mtl >= 2.2 && < 2.4, text >= 1.2 && <3, servant-server >= 0.18 && < 0.21, diff --git a/biscuit-wai/biscuit-wai.cabal b/biscuit-wai/biscuit-wai.cabal index b2b206d..fc904b1 100644 --- a/biscuit-wai/biscuit-wai.cabal +++ b/biscuit-wai/biscuit-wai.cabal @@ -33,7 +33,7 @@ library build-depends: base >= 4.7 && <5, biscuit-haskell >= 0.4 && < 0.5, - bytestring >= 0.10 && <0.12, + bytestring >= 0.10 && <0.13, http-types ^>= 0.12, vault ^>= 0.3, wai ^>= 3.2 diff --git a/biscuit/biscuit-haskell.cabal b/biscuit/biscuit-haskell.cabal index 5bfe74a..7e513cc 100644 --- a/biscuit/biscuit-haskell.cabal +++ b/biscuit/biscuit-haskell.cabal @@ -52,7 +52,7 @@ library base16 >= 0.3 && <2.0, bytestring >= 0.10 && <0.13, text >= 1.2 && <3, - containers >= 0.6 && <0.8, + containers >= 0.6 && <0.9, crypton ^>= 1.0, memory >= 0.15 && < 0.19, template-haskell >= 2.16 && < 2.24, @@ -61,12 +61,12 @@ library mtl >= 2.2 && < 2.4, parser-combinators >= 1.2 && < 1.4, protobuf ^>= 0.2, - random >= 1.0 && < 1.3, + random >= 1.0 && < 1.4, regex-tdfa ^>= 1.3, th-lift-instances ^>= 0.1, - time ^>= 1.9, + time >= 1.9, validation-selective >= 0.1 && < 0.3, - megaparsec >= 9.2 && < 9.7 + megaparsec >= 9.2 && < 9.8 default-language: Haskell2010 test-suite biscuit-haskell-test From bbc7a71c70bd688cec6b1f4abec7c84a05ac4d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri=20de=20Tarl=C3=A9?= Date: Fri, 11 Jul 2025 16:23:28 +0200 Subject: [PATCH 2/2] Use proper SPDX identifier for the BSD-3-Clause --- biscuit-servant/biscuit-servant.cabal | 4 ++-- biscuit-wai/biscuit-wai.cabal | 4 ++-- biscuit/biscuit-haskell.cabal | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/biscuit-servant/biscuit-servant.cabal b/biscuit-servant/biscuit-servant.cabal index b4870c0..152a0d5 100644 --- a/biscuit-servant/biscuit-servant.cabal +++ b/biscuit-servant/biscuit-servant.cabal @@ -1,4 +1,4 @@ -cabal-version: 2.0 +cabal-version: 3.0 name: biscuit-servant version: 0.4.0.0 @@ -10,7 +10,7 @@ bug-reports: https://github.com/biscuit-auth/biscuit-haskell/issues author: Clément Delafargue maintainer: clement@delafargue.name copyright: 2021 Clément Delafargue -license: BSD3 +license: BSD-3-Clause license-file: LICENSE build-type: Simple tested-with: GHC ==9.6.7 || ==9.8.4 || ==9.10.2 || ==9.12.2 diff --git a/biscuit-wai/biscuit-wai.cabal b/biscuit-wai/biscuit-wai.cabal index fc904b1..e892d9d 100644 --- a/biscuit-wai/biscuit-wai.cabal +++ b/biscuit-wai/biscuit-wai.cabal @@ -1,4 +1,4 @@ -cabal-version: 2.0 +cabal-version: 3.0 name: biscuit-wai version: 0.1.0.0 @@ -10,7 +10,7 @@ bug-reports: https://github.com/biscuit-auth/biscuit-haskell/issues author: Clément Delafargue maintainer: clement@delafargue.name copyright: 2021 Clément Delafargue -license: BSD3 +license: BSD-3-Clause license-file: LICENSE build-type: Simple tested-with: GHC ==8.10.7 || == 9.0.2 || == 9.2.4 diff --git a/biscuit/biscuit-haskell.cabal b/biscuit/biscuit-haskell.cabal index 7e513cc..0f8c0df 100644 --- a/biscuit/biscuit-haskell.cabal +++ b/biscuit/biscuit-haskell.cabal @@ -1,4 +1,4 @@ -cabal-version: 2.0 +cabal-version: 3.0 name: biscuit-haskell version: 0.4.0.0 @@ -10,7 +10,7 @@ bug-reports: https://github.com/biscuit-auth/biscuit-haskell/issues author: Clément Delafargue maintainer: clement@delafargue.name copyright: 2021 Clément Delafargue -license: BSD3 +license: BSD-3-Clause license-file: LICENSE build-type: Simple tested-with: GHC ==9.6.7 || ==9.8.4 || ==9.10.2 || ==9.12.2