diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-02-18 11:12:22 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-18 11:15:35 -0500 |
commit | 7bb3c331e830d9e3f970e2ee8cfcd3f25f8af492 (patch) | |
tree | 864613cc287eef70feeff8806093ffc9fbf10cb2 | |
parent | ee1e5342f612c8b06ac910cd698558ade7a1a887 (diff) | |
download | haskell-wip/T17845.tar.gz |
users-guide: Mention dependency on `exceptions` in release noteswip/T17845
Fixes #17845.
-rw-r--r-- | docs/users_guide/8.10.1-notes.rst | 1 | ||||
-rw-r--r-- | docs/users_guide/8.12.1-notes.rst | 1 |
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 472b4011cb..80c8a3a7c0 100644 --- a/docs/users_guide/8.10.1-notes.rst +++ b/docs/users_guide/8.10.1-notes.rst @@ -332,6 +332,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 |