Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
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
Show 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
Hsc
Types
( 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
Hsc
Types
(
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