Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

singletons-{th,base}: Bump version to 3.3 #577

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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