Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,322
Issues
4,322
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
367
Merge Requests
367
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
ad532ded
Commit
ad532ded
authored
Apr 10, 2016
by
Ben Gamari
🐢
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base: Fix "since" annotation on GHC.ExecutionStack
I have no idea where "4.11" came from.
parent
cf5ff08f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libraries/base/GHC/ExecutionStack.hs
libraries/base/GHC/ExecutionStack.hs
+1
-1
libraries/base/GHC/ExecutionStack/Internal.hsc
libraries/base/GHC/ExecutionStack/Internal.hsc
+1
-1
No files found.
libraries/base/GHC/ExecutionStack.hs
View file @
ad532ded
...
...
@@ -26,7 +26,7 @@
-- ,("RTS expects libdw","YES")
-- @
--
-- /Since: 4.
11
.0.0/
-- /Since: 4.
9
.0.0/
-----------------------------------------------------------------------------
module
GHC.ExecutionStack
(
...
...
libraries/base/GHC/ExecutionStack/Internal.hsc
View file @
ad532ded
...
...
@@ -10,7 +10,7 @@
--
-- Internals of the `GHC.ExecutionStack` module
--
-- /Since: 4.
11
.0.0/
-- /Since: 4.
9
.0.0/
-----------------------------------------------------------------------------
#include "HsFFI.h"
...
...
Herbert Valerio Riedel
🕺
@hvr
mentioned in commit
2ef35d8f
·
Apr 11, 2016
mentioned in commit
2ef35d8f
mentioned in commit 2ef35d8fed58cb9f33190c6d9908262535b26f90
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment