diff options
Diffstat (limited to 'docs/users_guide/8.8.1-notes.rst')
-rw-r--r-- | docs/users_guide/8.8.1-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst index 6e52a63038..836736499b 100644 --- a/docs/users_guide/8.8.1-notes.rst +++ b/docs/users_guide/8.8.1-notes.rst @@ -84,6 +84,10 @@ Compiler - The deprecated ghc-flag ``-Wamp`` has been removed. +- Add new :ghc-flag:`-Wmissing-deriving-strategies` flag that warns users when they are not + taking advantage of :extension:`DerivingStrategies`. The warning is supplied at each + ``deriving`` site. + Runtime system ~~~~~~~~~~~~~~ |