From 2a604585d637d52256c31e1d4eee0c4d7150b7ef Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 13 Oct 2023 08:03:28 -0400 Subject: [PATCH] Finalize singletons-{th,base}-3.3 --- singletons-base/CHANGES.md | 2 +- singletons-th/CHANGES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/singletons-base/CHANGES.md b/singletons-base/CHANGES.md index f92d54be..c5c604b0 100644 --- a/singletons-base/CHANGES.md +++ b/singletons-base/CHANGES.md @@ -1,7 +1,7 @@ Changelog for the `singletons-base` project =========================================== -3.3 [????.??.??] +3.3 [2023.10.13] ---------------- * Require building with GHC 9.8. * All singleton types with `SEq` or `SOrd` instances now have `Eq` or `Ord` diff --git a/singletons-th/CHANGES.md b/singletons-th/CHANGES.md index da43df03..c497c378 100644 --- a/singletons-th/CHANGES.md +++ b/singletons-th/CHANGES.md @@ -1,7 +1,7 @@ Changelog for the `singletons-th` project ========================================= -3.3 [????.??.??] +3.3 [2023.10.13] ---------------- * Require building with GHC 9.8. * Singled data types with derived `Eq` or `Ord` instances now generate `Eq` or