summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-02-20 14:38:05 -0500
committerRyan Scott <ryan.gl.scott@gmail.com>2019-11-08 10:51:49 -0500
commitf1f277b66de1bd1c55f7be8bfdb20b8c7b8f38b8 (patch)
treeb9aee48154ec8b2e12a34333d5960a94a7955962
parent3db2ab306d56582ac4d7600755393bf2e52a86cf (diff)
downloadhaskell-f1f277b66de1bd1c55f7be8bfdb20b8c7b8f38b8.tar.gz
template-haskell: Document assembler foreign file support
See #16180.
-rw-r--r--docs/users_guide/8.8.1-notes.rst2
-rw-r--r--libraries/template-haskell/changelog.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst
index 71061ed5a3..aae1b69e40 100644
--- a/docs/users_guide/8.8.1-notes.rst
+++ b/docs/users_guide/8.8.1-notes.rst
@@ -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
~~~~~~~~~~~~~~~~~~~~
diff --git a/libraries/template-haskell/changelog.md b/libraries/template-haskell/changelog.md
index 74b4bd2720..22f392436e 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -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