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
hsc2hs
Commits
6b6938db
Commit
6b6938db
authored
Jun 18, 2018
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix import
parent
85530718
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Main.hs
Main.hs
+1
-1
No files found.
Main.hs
View file @
6b6938db
...
@@ -47,7 +47,7 @@ import System.FilePath ( takeDirectory, (</>) )
...
@@ -47,7 +47,7 @@ import System.FilePath ( takeDirectory, (</>) )
#
if
MIN_VERSION_base
(
4
,
12
,
0
)
#
if
MIN_VERSION_base
(
4
,
12
,
0
)
import
GHC.ResponseFile
(
getArgsWithResponseFiles
)
import
GHC.ResponseFile
(
getArgsWithResponseFiles
)
#
else
#
else
import
GHC
.Environment
(
getArgs
)
import
System
.Environment
(
getArgs
)
#
endif
#
endif
import
Common
import
Common
...
...
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