Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
GHC
Commits
75b63a41
Commit
75b63a41
authored
8 months ago
by
Rodrigo Mesquita
Committed by
Marge Bot
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
ghc-internal: @since for backtraceDesired
Fixes point 1 in
#25052
parent
eb1cb536
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!13121
Marge Bot Batch MR - DO NOT TOUCH
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/ghc-internal/src/GHC/Internal/Exception/Type.hs
+1
-0
1 addition, 0 deletions
libraries/ghc-internal/src/GHC/Internal/Exception/Type.hs
with
1 addition
and
0 deletions
libraries/ghc-internal/src/GHC/Internal/Exception/Type.hs
+
1
−
0
View file @
75b63a41
...
...
@@ -196,6 +196,7 @@ class (Typeable e, Show e) => Exception e where
displayException
::
e
->
String
displayException
=
show
-- | @since base-4.20.0.0
backtraceDesired
::
e
->
Bool
backtraceDesired
_
=
True
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment