Skip to content

Commit

Permalink
singletons-{th,base}: Bump major versions to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed May 12, 2024
1 parent f1ce9ac commit 077a5ed
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.4 [????.??.??]
----------------
* Require building with GHC 9.10.

3.3 [2023.10.13]
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.3
version: 3.4
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.20 && < 4.21,
pretty,
singletons == 3.0.*,
singletons-th >= 3.3 && < 3.4,
singletons-th >= 3.4 && < 3.5,
template-haskell >= 2.22 && < 2.23,
text >= 1.2,
th-desugar >= 1.17 && < 1.18
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.4 [????.??.??]
----------------
* Require building with GHC 9.10.
* GHC 9.10 removes arity inference when kind-checking type families with
standalone kind signatures, persuant to [this GHC
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.3
version: 3.4
cabal-version: 1.24
synopsis: A framework for generating singleton types
homepage: http://www.github.com/goldfirere/singletons
Expand Down

0 comments on commit 077a5ed

Please sign in to comment.