Skip to content

Commit

Permalink
template-haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed May 30, 2024
1 parent 61da5e9 commit 97692eb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions breakage-inventory-ghc-9.10.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,16 @@ Sometimes `-Wincomplete-record-selectors` warns unnecessarily.
#### Examples

[`imp`](https://github.com/tfausak/imp/pull/24#issuecomment-2116480980)

## `template-haskell`

See [sand-wich's post on
Discourse](https://discourse.haskell.org/t/please-contribute-to-the-ghc-9-10-breakage-inventory/9533/6?u=tomjaguarpaw)
for more details of breakage in `template-haskell`, and its effects.

### Kind of `Code`

The kind of `Code` was changed from `forall r. (Type -> Type) -> TYPE r
-> Type` to `(Type -> Type) -> forall r. TYPE r -> Type`.

### `InfixD` now stores a `NamespaceSpecifier`

0 comments on commit 97692eb

Please sign in to comment.