[commit: ghc] wip/ghc-8.8-az: template-haskell: Document assembler foreign file support (1808e0d)

git at git.haskell.org git at git.haskell.org
Thu Feb 28 02:14:16 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/ghc-8.8-az
Link       : http://ghc.haskell.org/trac/ghc/changeset/1808e0d8e29c45ddecce2664359c3c389cd6800d/ghc

>---------------------------------------------------------------

commit 1808e0d8e29c45ddecce2664359c3c389cd6800d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Feb 20 14:38:05 2019 -0500

    template-haskell: Document assembler foreign file support
    
    See #16180.


>---------------------------------------------------------------

1808e0d8e29c45ddecce2664359c3c389cd6800d
 docs/users_guide/8.8.1-notes.rst        | 2 ++
 libraries/template-haskell/changelog.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst
index cd4c00d..2cdd1c8 100644
--- a/docs/users_guide/8.8.1-notes.rst
+++ b/docs/users_guide/8.8.1-notes.rst
@@ -132,6 +132,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 b144434..b79b87e 100644
--- a/libraries/template-haskell/changelog.md
+++ b/libraries/template-haskell/changelog.md
@@ -20,6 +20,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



More information about the ghc-commits mailing list