summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-02-18 11:12:22 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-20 21:56:15 -0500
commitabd7f962a9a9207c07cb864921941750818f61a4 (patch)
tree026dfefb8404f352e6a66fe8f926f67f441d4c18
parent6de966f1369740d00193e64ec82d11e934256616 (diff)
downloadhaskell-abd7f962a9a9207c07cb864921941750818f61a4.tar.gz
users-guide: Mention dependency on `exceptions` in release notes
Fixes #17845.
-rw-r--r--docs/users_guide/8.10.1-notes.rst1
-rw-r--r--docs/users_guide/8.12.1-notes.rst1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/8.10.1-notes.rst b/docs/users_guide/8.10.1-notes.rst
index 247c720586..2227a89c47 100644
--- a/docs/users_guide/8.10.1-notes.rst
+++ b/docs/users_guide/8.10.1-notes.rst
@@ -362,6 +362,7 @@ for further change information.
libraries/containers/containers/containers.cabal: Dependency of ``ghc`` library
libraries/deepseq/deepseq.cabal: Dependency of ``ghc`` library
libraries/directory/directory.cabal: Dependency of ``ghc`` library
+ libraries/exceptions/exceptions.cabal: Dependency of ``haskeline`` library
libraries/filepath/filepath.cabal: Dependency of ``ghc`` library
compiler/ghc.cabal: The compiler itself
libraries/ghci/ghci.cabal: The REPL interface
diff --git a/docs/users_guide/8.12.1-notes.rst b/docs/users_guide/8.12.1-notes.rst
index b1db851d56..eecd7570fc 100644
--- a/docs/users_guide/8.12.1-notes.rst
+++ b/docs/users_guide/8.12.1-notes.rst
@@ -101,6 +101,7 @@ for further change information.
libraries/containers/containers/containers.cabal: Dependency of ``ghc`` library
libraries/deepseq/deepseq.cabal: Dependency of ``ghc`` library
libraries/directory/directory.cabal: Dependency of ``ghc`` library
+ libraries/exceptions/exceptions.cabal: Dependency of ``haskeline`` library
libraries/filepath/filepath.cabal: Dependency of ``ghc`` library
compiler/ghc.cabal: The compiler itself
libraries/ghci/ghci.cabal: The REPL interface