summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2023-03-02 12:42:56 -0500
committerBen Gamari <ben@smart-cactus.org>2023-03-10 02:06:14 -0500
commit1d02aa2a34d1443e9c13abefd5f227fddfc4b4d3 (patch)
treeed6ebfb1d18be7642e71ac3a5a6aa233b41745bd
parent4fc177380729f55a272a6ef9909dcc575032ca78 (diff)
downloadhaskell-1d02aa2a34d1443e9c13abefd5f227fddfc4b4d3.tar.gz
docs/relnotes: Mention fat interface blog post
-rw-r--r--docs/users_guide/9.6.1-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/9.6.1-notes.rst b/docs/users_guide/9.6.1-notes.rst
index 2dadfc1785..67a7643d97 100644
--- a/docs/users_guide/9.6.1-notes.rst
+++ b/docs/users_guide/9.6.1-notes.rst
@@ -155,6 +155,8 @@ Compiler
modules for execution (e.g. when evaluating TH splices). This avoids the
considerable code generation and linking costs of native code, which is often
unnecessary for one-off Template Haskell splices.
+ See this `blog post <https://well-typed.com/blog/2023/02/interface-files-with-core/>`_
+ for details.
- The :extension:`TypeInType` is now marked as deprecated. Its meaning has been included
in :extension:`PolyKinds` and :extension:`DataKinds`.