From 1efe1f66daae856f5710331069ff757dde819bf6 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Thu, 11 Apr 2024 08:17:09 +0000 Subject: [PATCH 1/3] Bump copyright years. --- LICENSE | 2 +- quickcheck-quid.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 54d2c45..a1faed4 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright © 2022–2023 Jonathan Knowles + Copyright © 2022–2024 Jonathan Knowles Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/quickcheck-quid.cabal b/quickcheck-quid.cabal index 1d700ef..fd11176 100644 --- a/quickcheck-quid.cabal +++ b/quickcheck-quid.cabal @@ -6,7 +6,7 @@ license: Apache-2.0 license-file: LICENSE author: Jonathan Knowles maintainer: mail@jonathanknowles.net -copyright: 2022–2023 Jonathan Knowles +copyright: 2022–2024 Jonathan Knowles category: Testing synopsis: Quasi-unique identifiers for QuickCheck description: From 321c6dae6277428695fab2dff08aae8457366f37 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Thu, 11 Apr 2024 08:18:02 +0000 Subject: [PATCH 2/3] Bump upper dependency bound for `containers`. --- quickcheck-quid.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickcheck-quid.cabal b/quickcheck-quid.cabal index fd11176..75f5855 100644 --- a/quickcheck-quid.cabal +++ b/quickcheck-quid.cabal @@ -27,7 +27,7 @@ source-repository head common dependency-base build-depends:base >= 4.14.3.0 && < 4.20 common dependency-containers - build-depends:containers >= 0.5.7.0 && < 0.7 + build-depends:containers >= 0.5.7.0 && < 0.8 common dependency-deepseq build-depends:deepseq >= 1.4.4.0 && < 1.6 common dependency-extra From 5e8de0bfd2809e1ba418e75cc893f039f8bec73d Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Thu, 11 Apr 2024 08:18:56 +0000 Subject: [PATCH 3/3] Bump package version. --- CHANGELOG.md | 4 ++++ quickcheck-quid.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dfa1f2..c4e9cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.0.1.2 + +- Updated package dependency bounds. + # 0.0.1.1 - Added support for GHC 9.8. diff --git a/quickcheck-quid.cabal b/quickcheck-quid.cabal index 75f5855..b26ced5 100644 --- a/quickcheck-quid.cabal +++ b/quickcheck-quid.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: quickcheck-quid -version: 0.0.1.1 +version: 0.0.1.2 bug-reports: https://github.com/jonathanknowles/quickcheck-quid/issues license: Apache-2.0 license-file: LICENSE