diff --git a/singletons-base/CHANGES.md b/singletons-base/CHANGES.md index cb25e82e..f92d54be 100644 --- a/singletons-base/CHANGES.md +++ b/singletons-base/CHANGES.md @@ -1,8 +1,8 @@ Changelog for the `singletons-base` project =========================================== -next [????.??.??] ------------------ +3.3 [????.??.??] +---------------- * Require building with GHC 9.8. * All singleton types with `SEq` or `SOrd` instances now have `Eq` or `Ord` instances of the form: diff --git a/singletons-base/singletons-base.cabal b/singletons-base/singletons-base.cabal index faac6eda..b343863f 100644 --- a/singletons-base/singletons-base.cabal +++ b/singletons-base/singletons-base.cabal @@ -1,5 +1,5 @@ name: singletons-base -version: 3.2 +version: 3.3 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.19 && < 4.20, pretty, singletons == 3.0.*, - singletons-th >= 3.2 && < 3.3, + singletons-th >= 3.3 && < 3.4, template-haskell >= 2.21 && < 2.22, text >= 1.2, th-desugar >= 1.16 && < 1.17 diff --git a/singletons-th/CHANGES.md b/singletons-th/CHANGES.md index e143a013..da43df03 100644 --- a/singletons-th/CHANGES.md +++ b/singletons-th/CHANGES.md @@ -1,8 +1,8 @@ Changelog for the `singletons-th` project ========================================= -next [????.??.??] ------------------ +3.3 [????.??.??] +---------------- * Require building with GHC 9.8. * Singled data types with derived `Eq` or `Ord` instances now generate `Eq` or `Ord` instances for the singleton type itself, e.g., diff --git a/singletons-th/singletons-th.cabal b/singletons-th/singletons-th.cabal index 8bf6a7f2..79668429 100644 --- a/singletons-th/singletons-th.cabal +++ b/singletons-th/singletons-th.cabal @@ -1,5 +1,5 @@ name: singletons-th -version: 3.2 +version: 3.3 cabal-version: 1.24 synopsis: A framework for generating singleton types homepage: http://www.github.com/goldfirere/singletons