Skip to content

Commit

Permalink
singletons-{th,base}: Bump version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Oct 13, 2023
1 parent 42b340e commit f4f7c60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions singletons-base/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions singletons-base/singletons-base.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions singletons-th/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.,
Expand Down
2 changes: 1 addition & 1 deletion singletons-th/singletons-th.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f4f7c60

Please sign in to comment.