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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
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
Alex D
GHC
Commits
72092904
Commit
72092904
authored
Apr 06, 2015
by
Javran Cheng
Committed by
thomie
Apr 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
[skip ci] Differential Revision:
https://phabricator.haskell.org/D812
parent
22eecaff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
compiler/main/DriverPipeline.hs
compiler/main/DriverPipeline.hs
+1
-1
ghc/GhciMonad.hs
ghc/GhciMonad.hs
+1
-1
libraries/base/GHC/Base.hs
libraries/base/GHC/Base.hs
+1
-1
No files found.
compiler/main/DriverPipeline.hs
View file @
72092904
...
...
@@ -1730,7 +1730,7 @@ getLinkInfo dflags dep_packages = do
--
return
(
show
link_info
)
-- generates a Perl s
k
ript starting a parallel prg under PVM
-- generates a Perl s
c
ript starting a parallel prg under PVM
mk_pvm_wrapper_script
::
String
->
String
->
String
->
String
mk_pvm_wrapper_script
pvm_executable
pvm_executable_base
sysMan
=
unlines
$
[
...
...
ghc/GhciMonad.hs
View file @
72092904
...
...
@@ -85,7 +85,7 @@ data GHCiState = GHCiState
-- available ghci commands
ghci_commands
::
[
Command
],
-- ":" at the GHCi prompt repeats the last command, so we
-- remember i
s
here:
-- remember i
t
here:
last_command
::
Maybe
Command
,
cmdqueue
::
[
String
],
...
...
libraries/base/GHC/Base.hs
View file @
72092904
...
...
@@ -134,7 +134,7 @@ The Integer type is special because TidyPgm uses
GHC.Integer.Type.mkInteger to construct Integer literal values
Currently it reads the interface file whether or not the current
module *has* any Integer literals, so it's important that
GHC.Integer.Type (in pa
t
ckage integer-gmp or integer-simple) is
GHC.Integer.Type (in package integer-gmp or integer-simple) is
compiled before any other module. (There's a hack in GHC to disable
this for packages ghc-prim, integer-gmp, integer-simple, which aren't
allowed to contain any Integer literals.)
...
...
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