Skip to content

Commit

Permalink
Use TemplateHaskellQuotes instead of manually constructing Names
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 1, 2023
1 parent 62c5ebc commit 968d4ec
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 512 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### next [????.??.??]
* The Template Haskell machinery now uses `TemplateHaskellQuotes` when building
with GHC 8.0+ instead of manually constructing each Template Haskell `Name`.
A consequence of this is that `deriving-compat` will now build with GHC 9.8,
as `TemplateHaskellQuotes` abstracts over some internal Template Haskell
changes introduced in 9.8.

### 0.6.3 [2023.02.27]
* Support `th-abstraction-0.5.*`.

Expand Down
Loading

0 comments on commit 968d4ec

Please sign in to comment.