diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/ghci/GHCi/BreakArray.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghci/GHCi/BreakArray.hs b/libraries/ghci/GHCi/BreakArray.hs index 51bf3466eb..2c13928801 100644 --- a/libraries/ghci/GHCi/BreakArray.hs +++ b/libraries/ghci/GHCi/BreakArray.hs @@ -24,7 +24,7 @@ module GHCi.BreakArray ( BreakArray - (BA) -- constructor is exported only for GHC.CoreToByteCode + (BA) -- constructor is exported only for GHC.StgToByteCode , newBreakArray , getBreak , setupBreakpoint |