Skip to content
Snippets Groups Projects
Commit 8a10f9fb authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

template-haskell: Document assembler foreign file support

See #16180.
parent 2e4fc04b
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,8 @@ Template Haskell
- Template Haskell now supports implicit parameters and recursive do.
- Template Haskell splices can now embed assembler source (:ghc-ticket:`16180`)
``ghc-prim`` library
~~~~~~~~~~~~~~~~~~~~
......
......@@ -42,6 +42,8 @@
* Add `Lift` instances for `NonEmpty` and `Void`
* `addForeignFilePath` now support assembler sources (#16180).
## 2.14.0.0 *TBA*
* Introduce an `addForeignFilePath` function, as well as a corresponding
......
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