Skip to content

Commit

Permalink
Bump version number and add change log entry for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Dec 6, 2023
1 parent 6c42332 commit d0e89d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Revision history for dependent-sum-template

## 0.2.0.1 - 2023-12-06

* Add back support for GHC 9.2 and 9.4.

We were able to work around [the bug in `reifyInstances`](https://gitlab.haskell.org/ghc/ghc/-/issues/23743) by using a data family instead of a type family.

## 0.2.0.0 - 2023-08-01

* Recover compatibility with template-haskell 2.18, which was lost in 0.1.2.0
* deriveGShow will generate code that uses Show instances for every argument to a constructor, apart from those of the type that it is generating an instance for.
* Drop support for GHC 9.2 and 9.4 due to [a bug in reifyInstances](https://gitlab.haskell.org/ghc/ghc/-/issues/23743)
* Drop support for GHC 9.2 and 9.4 due to [a bug in `reifyInstances`](https://gitlab.haskell.org/ghc/ghc/-/issues/23743)

## 0.1.2.0 - 2023-07-11

Expand Down
2 changes: 1 addition & 1 deletion dependent-sum-template.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dependent-sum-template
version: 0.2.0.0
version: 0.2.0.1
stability: experimental

cabal-version: >= 1.10
Expand Down

0 comments on commit d0e89d8

Please # to comment.