From 44ed61cab33024f55f4fde6fe05bdfbea45fddac Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 12 May 2024 18:56:08 -0400 Subject: [PATCH] singletons-3.0.3 --- singletons/CHANGES.md | 4 ++-- singletons/singletons.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/singletons/CHANGES.md b/singletons/CHANGES.md index 984997e7..59286eb7 100644 --- a/singletons/CHANGES.md +++ b/singletons/CHANGES.md @@ -1,8 +1,8 @@ Changelog for the `singletons` project ====================================== -next [????.??.??] ------------------ +3.0.3 [2024.05.12] +------------------ * Allow building with GHC 9.10. 3.0.2 [2022.08.23] diff --git a/singletons/singletons.cabal b/singletons/singletons.cabal index 7a2d0647..726cebf2 100644 --- a/singletons/singletons.cabal +++ b/singletons/singletons.cabal @@ -1,5 +1,5 @@ name: singletons -version: 3.0.2 +version: 3.0.3 cabal-version: 1.24 synopsis: Basic singleton types and definitions homepage: http://www.github.com/goldfirere/singletons