Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/using-warnings.rst
    ... ... @@ -2536,7 +2536,7 @@ of ``-W(no-)*``.
    2536 2536
     
    
    2537 2537
         :since: 9.8.1
    
    2538 2538
     
    
    2539
    -    Ino accordance with `GHC Proposal #134
    
    2539
    +    In accordance with `GHC Proposal #134
    
    2540 2540
         <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0134-deprecating-exports-proposal.rst>`__,
    
    2541 2541
         it is now possible to deprecate certain exports of a name without deprecating the name itself.
    
    2542 2542
     
    
    ... ... @@ -2556,8 +2556,8 @@ of ``-W(no-)*``.
    2556 2556
               )
    
    2557 2557
             import A
    
    2558 2558
     
    
    2559
    -     When :ghc-flag:`-Wincomplete-export-warnings` is enabled, GHC warns about exports
    
    2560
    -     that are not deprecating a name that is deprecated with another export in that module.
    
    2559
    +    When :ghc-flag:`-Wincomplete-export-warnings` is enabled, GHC warns about exports
    
    2560
    +    that are not deprecating a name that is deprecated with another export in that module.
    
    2561 2561
     
    
    2562 2562
     .. ghc-flag:: -Wbadly-levelled-types
    
    2563 2563
         :shortdesc: warn when type binding is used at the wrong Template Haskell level.
    
    ... ... @@ -2630,7 +2630,7 @@ of ``-W(no-)*``.
    2630 2630
         :since: 9.10.1
    
    2631 2631
     
    
    2632 2632
         Introduced in GHC 9.10.1 with the introduction of an implicit
    
    2633
    -    :base-ref:`Control.Exception.Context.ExceptionContext`` context to
    
    2633
    +    :base-ref:`Control.Exception.Context.ExceptionContext` context to
    
    2634 2634
         :base-ref:`Control.Exception.SomeException`. To preserve compatibility
    
    2635 2635
         with earlier compilers, this constraints is implicitly defaulted to
    
    2636 2636
         :base-ref:`Control.Exception.Context.emptyExceptionContext` when no other