[Git][ghc/ghc][wip/haanss/depdir] 2 commits: user guide and release notes

Hassan Al-Awwadi pushed to branch wip/haanss/depdir at Glasgow Haskell Compiler / GHC
Commits:
6f0e08a8 by Hassan Al-Awwadi at 2025-07-11T14:11:49+02:00
user guide and release notes
- - - - -
53045685 by Hassan Al-Awwadi at 2025-07-11T14:41:21+02:00
removed leftover import
- - - - -
3 changed files:
- compiler/GHC/Tc/Gen/Splice.hs
- docs/users_guide/9.14.1-notes.rst
- docs/users_guide/separate_compilation.rst
Changes:
=====================================
compiler/GHC/Tc/Gen/Splice.hs
=====================================
@@ -173,8 +173,6 @@ import GHC.Parser.HaddockLex (lexHsDoc)
import GHC.Parser (parseIdentifier)
import GHC.Rename.Doc (rnHsDoc)
-import System.Directory(listDirectory)
-
{-
Note [Template Haskell state diagram]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
=====================================
docs/users_guide/9.14.1-notes.rst
=====================================
@@ -232,6 +232,11 @@ Cmm
They are replaced, respectively, by ``SpecialiseEP``, ``pragSpecED`` and
``pragSpecInlED``.
+- We have added the ``addDependentDirectory`` function to match
+ ``addDependentFile``, which adds a directory to the list of dependencies that
+ the recompilation checker will look at to determine if a module needs to be
+ recompiled.
+
Included libraries
~~~~~~~~~~~~~~~~~~
=====================================
docs/users_guide/separate_compilation.rst
=====================================
@@ -710,7 +710,7 @@ beautiful sight!
You can read about :ghc-wiki:`how all this works
participants (1)
-
Hassan Al-Awwadi (@hassan.awwadi)