From a0dba4693a25ba27ab5857cd2b7da2c78720fcf5 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 12 May 2024 18:10:10 -0400 Subject: [PATCH] singletons-{th,base}: Bump major versions to 3.4 --- singletons-base/CHANGES.md | 4 ++-- singletons-base/singletons-base.cabal | 4 ++-- singletons-th/CHANGES.md | 4 ++-- singletons-th/singletons-th.cabal | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/singletons-base/CHANGES.md b/singletons-base/CHANGES.md index fc023c9b..407ec1b8 100644 --- a/singletons-base/CHANGES.md +++ b/singletons-base/CHANGES.md @@ -1,8 +1,8 @@ Changelog for the `singletons-base` project =========================================== -next [????.??.??] ------------------ +3.4 [????.??.??] +---------------- * Require building with GHC 9.10. 3.3 [2023.10.13] diff --git a/singletons-base/singletons-base.cabal b/singletons-base/singletons-base.cabal index e797d751..44182f16 100644 --- a/singletons-base/singletons-base.cabal +++ b/singletons-base/singletons-base.cabal @@ -1,5 +1,5 @@ name: singletons-base -version: 3.3 +version: 3.4 cabal-version: 1.24 synopsis: A promoted and singled version of the base library homepage: http://www.github.com/goldfirere/singletons @@ -75,7 +75,7 @@ library build-depends: base >= 4.20 && < 4.21, pretty, singletons == 3.0.*, - singletons-th >= 3.3 && < 3.4, + singletons-th >= 3.4 && < 3.5, template-haskell >= 2.22 && < 2.23, text >= 1.2, th-desugar >= 1.17 && < 1.18 diff --git a/singletons-th/CHANGES.md b/singletons-th/CHANGES.md index 41f669bf..6ec6b72e 100644 --- a/singletons-th/CHANGES.md +++ b/singletons-th/CHANGES.md @@ -1,8 +1,8 @@ Changelog for the `singletons-th` project ========================================= -next [????.??.??] ------------------ +3.4 [????.??.??] +---------------- * Require building with GHC 9.10. * GHC 9.10 removes arity inference when kind-checking type families with standalone kind signatures, persuant to [this GHC diff --git a/singletons-th/singletons-th.cabal b/singletons-th/singletons-th.cabal index d6700f14..7f6aec1e 100644 --- a/singletons-th/singletons-th.cabal +++ b/singletons-th/singletons-th.cabal @@ -1,5 +1,5 @@ name: singletons-th -version: 3.3 +version: 3.4 cabal-version: 1.24 synopsis: A framework for generating singleton types homepage: http://www.github.com/goldfirere/singletons