summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-06 12:35:41 -0400
committerBen Gamari <ben@smart-cactus.org>2019-04-06 12:35:41 -0400
commitf6cd3ae8306497176589fd06b623f7ed113ccaa1 (patch)
tree2b03bfa1e6c519564824c0f40b9e8a288d4499bc
parent7d3040ac3490755d319da3d5875ad388ed1fcc57 (diff)
downloadhaskell-f6cd3ae8306497176589fd06b623f7ed113ccaa1.tar.gz
users-guide: Add missing libraries to release notes library listghc-8.6.5-rc1
-rw-r--r--8.6.5-notes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/8.6.5-notes.rst b/8.6.5-notes.rst
index 2fd434afc0..52d2d2e710 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