summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-21 13:07:49 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-21 13:07:49 -0500
commit77180eed9b6775e2771441c7523656aea5738104 (patch)
treeeb76b9b52ec9fed9b3d4d067d226054b92535d3c
parent86960e691f7a600be247c32a7cf795bf9abf7cc4 (diff)
downloadhaskell-77180eed9b6775e2771441c7523656aea5738104.tar.gz
release notes: Mention a few Hadrian changes in release notes
-rw-r--r--docs/users_guide/8.10.1-notes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/8.10.1-notes.rst b/docs/users_guide/8.10.1-notes.rst
index d9b48d95e0..de33cd172a 100644
--- a/docs/users_guide/8.10.1-notes.rst
+++ b/docs/users_guide/8.10.1-notes.rst
@@ -286,6 +286,13 @@ Template Haskell
Build system
~~~~~~~~~~~~
+- Countless bug fixes in the new Hadrian build system
+
+- Hadrian now supports a simple key-value configuration language, eliminating
+ the need for users to use Haskell to define build configuration. This should
+ simplify life for packagers and users alike. See :ghc-ticket:`16769` and the
+ documentation in ``hadrian/doc/user-settings.md``.
+
Included libraries
------------------