Skip to content

Commit 475cec3

Browse files
committed
Simplify definitions of G{Eq,Ord,Read,Show}1 to only support modern transformers
1 parent abee237 commit 475cec3

File tree

2 files changed

+132
-177
lines changed

2 files changed

+132
-177
lines changed

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
* Drop support for pre-8.0 versions of GHC. As a consequence,
66
`transformers-compat` no longer supports pre-0.5 versions of `transformers`.
77
* The `two`, `three`, and `four` `cabal` flags have been removed.
8+
* The definitions of the `G{Eq,Ord,Read,Show}1` classes have been simplified
9+
now that support for pre-0.5 versions of `transformers` has been dropped.
10+
This is technically a breaking API change, albeit one that is unlikely to
11+
affect most users.
812

913
0.7.2 [2022.06.26]
1014
------------------

0 commit comments

Comments
 (0)