From f6cd3ae8306497176589fd06b623f7ed113ccaa1 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Sat, 6 Apr 2019 12:35:41 -0400
Subject: [PATCH] users-guide: Add missing libraries to release notes library
 list

---
 8.6.5-notes.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/8.6.5-notes.rst b/8.6.5-notes.rst
index 2fd434afc063..52d2d2e7107a 100644
--- a/8.6.5-notes.rst
+++ b/8.6.5-notes.rst
@@ -51,15 +51,20 @@ for further change information.
     compiler/ghc.cabal:                      The compiler itself
     libraries/ghci/ghci.cabal:               The REPL interface
     libraries/ghc-boot/ghc-boot.cabal:       Internal compiler library
+    libraries/ghc-boot-th/ghc-boot-th.cabal: Internal compiler library
     libraries/ghc-compact/ghc-compact.cabal: Core library
+    libraries/ghc-heap/ghc-heap.cabal:       GHC heap-walking library
     libraries/ghc-prim/ghc-prim.cabal:       Core library
     libraries/haskeline/haskeline.cabal:     Dependency of ``ghci`` executable
     libraries/hpc/hpc.cabal:                 Dependency of ``hpc`` executable
     libraries/integer-gmp/integer-gmp.cabal: Core library
+    libraries/libiserv/libiserv.cabal:       Internal compiler library
     libraries/mtl/mtl.cabal:                 Dependency of ``Cabal`` library
     libraries/parsec/parsec.cabal:           Dependency of ``Cabal`` library
     libraries/process/process.cabal:         Dependency of ``ghc`` library
+    libraries/stm/stm.cabal:                 Dependency of ``haskeline`` library
     libraries/template-haskell/template-haskell.cabal:     Core library
+    libraries/terminfo/terminfo.cabal:       Dependency of ``haskeline`` library
     libraries/text/text.cabal:               Dependency of ``Cabal`` library
     libraries/time/time.cabal:               Dependency of ``ghc`` library
     libraries/transformers/transformers.cabal: Dependency of ``ghc`` library
-- 
GitLab