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