Simon Peyton Jones pushed to branch wip/spj-reinstallable-base2 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • libraries/base/src/GHC/KnownKeyNames.hs
    ... ... @@ -203,6 +203,7 @@ module GHC.KnownKeyNames
    203 203
         , Match, match
    
    204 204
         , Clause, clause
    
    205 205
         , Stmt, bindS, letS, noBindS, parS, recS
    
    206
    +    , Body, normalB, guardedB
    
    206 207
         ) where
    
    207 208
     
    
    208 209
     import GHC.Internal.Base hiding( foldr )