Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nofib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
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
nofib
Commits
cef118de
Commit
cef118de
authored
Feb 19, 2020
by
Sylvain Henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modules: Driver (#13009)
parent
c9fe4e92
Pipeline
#15974
passed with stage
in 13 minutes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gc/happy/TestInput.hs
gc/happy/TestInput.hs
+1
-1
gc/happy/TestInput.y
gc/happy/TestInput.y
+1
-1
No files found.
gc/happy/TestInput.hs
View file @
cef118de
...
...
@@ -6,7 +6,7 @@ module Parser ( parseModule, parseStmt, parseIdentifier, parseType,
import GHC.Hs
import RdrHsSyn
import
HscTypes
( IsBootInterface, DeprecTxt )
import
GHC.Driver.Types
( IsBootInterface, DeprecTxt )
import Lexer
import RdrName
import TysWiredIn ( unitTyCon, unitDataCon, tupleTyCon, tupleCon, nilDataCon,
...
...
gc/happy/TestInput.y
View file @
cef118de
...
...
@@ -18,7 +18,7 @@ module Parser ( parseModule, parseStmt, parseIdentifier, parseType,
import
GHC.Hs
import
RdrHsSyn
import
HscTypes
(
IsBootInterface
,
DeprecTxt
)
import
GHC.Driver.Types
(
IsBootInterface
,
DeprecTxt
)
import
Lexer
import
RdrName
import
TysWiredIn
(
unitTyCon
,
unitDataCon
,
tupleTyCon
,
tupleCon
,
nilDataCon
,
...
...
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