Skip to content
Snippets Groups Projects
Commit 1745c749 authored by Teo Camarasu's avatar Teo Camarasu Committed by Marge Bot
Browse files

template-haskell: remove Language.Haskell.TH.Lib.Internal

This module is purely used for the implementation of TH quote
desugarring.

Historically this needed to be exposed from `template-haskell`, since
that's the package that the desugarred expressions referenced but since
!12479, this is no
longer the case.

Now these identifiers are in `ghc-internal`.

Note that this module has carried the following warning for a long time:

> This is not a part of the public API, and as such, there are no API guarantees for this
module from version to version.

Resolves #24766
parent 044a6e08
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment