diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.4.1-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst index c3b41c388f..9b9d79ffd4 100644 --- a/docs/users_guide/8.4.1-notes.rst +++ b/docs/users_guide/8.4.1-notes.rst @@ -99,6 +99,8 @@ Runtime system by dlltool. The limitation of them needing to be named with the suffix .dll.a is also removed. See :ghc-ticket:`13606`, :ghc-ticket:`12499`, :ghc-ticket:`12498` +- The GHCi runtime linker on Windows now supports the `big-obj` file format. + Template Haskell ~~~~~~~~~~~~~~~~ |