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

Commits:

1 changed file:

Changes:

  • libraries/ghc-internal/src/GHC/Internal/Exception/Backtrace.hs
    ... ... @@ -3,16 +3,7 @@
    3 3
     {-# LANGUAGE NamedFieldPuns #-}
    
    4 4
     {-# LANGUAGE RankNTypes #-}
    
    5 5
     
    
    6
    -module GHC.Internal.Exception.Backtrace
    
    7
    -    ( -- * Backtrace mechanisms
    
    8
    -      BacktraceMechanism(..)
    
    9
    -    , getBacktraceMechanismState
    
    10
    -    , setBacktraceMechanismState
    
    11
    -      -- * Collecting backtraces
    
    12
    -    , Backtraces(..)
    
    13
    -    , displayBacktraces
    
    14
    -    , collectBacktraces
    
    15
    -    ) where
    
    6
    +module GHC.Internal.Exception.Backtrace where
    
    16 7
     
    
    17 8
     import GHC.Internal.Base
    
    18 9
     import GHC.Internal.Data.OldList