Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gershomb
GHC
Commits
907cad60
Commit
907cad60
authored
7 years ago
by
Zhen Zhang
Committed by
Andrey Mokhov
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update shake and add stm to stage1 packages (#419)
* Update shake * Add stm to Stage 1 packages
parent
fcdecad4
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
hadrian.cabal
+1
-1
1 addition, 1 deletion
hadrian.cabal
src/GHC.hs
+1
-0
1 addition, 0 deletions
src/GHC.hs
src/Hadrian/Utilities.hs
+0
-6
0 additions, 6 deletions
src/Hadrian/Utilities.hs
stack.yaml
+3
-0
3 additions, 0 deletions
stack.yaml
with
5 additions
and
7 deletions
hadrian.cabal
+
1
−
1
View file @
907cad60
...
...
@@ -124,7 +124,7 @@ executable hadrian
, extra >= 1.4.7
, mtl == 2.2.*
, QuickCheck >= 2.6 && < 2.10
, shake
>
= 0.1
5.6
, shake
=
= 0.1
6.*
, transformers >= 0.4 && < 0.6
, unordered-containers == 0.2.*
build-tools: alex >= 3.1
...
...
This diff is collapsed.
Click to expand it.
src/GHC.hs
+
1
−
0
View file @
907cad60
...
...
@@ -191,6 +191,7 @@ stage1Packages = do
,
process
,
rts
,
runGhc
,
stm
,
time
]
++
[
iservBin
|
not
win
]
++
[
unix
|
not
win
]
...
...
This diff is collapsed.
Click to expand it.
src/Hadrian/Utilities.hs
+
0
−
6
View file @
907cad60
...
...
@@ -25,9 +25,6 @@ module Hadrian.Utilities (
putProgressInfo
,
renderAction
,
renderProgram
,
renderLibrary
,
renderBox
,
renderUnicorn
,
-- * Shake compatibility
RuleResult
,
-- * Miscellaneous
(
<&>
),
(
%%>
),
cmdLineLengthLimit
,
...
...
@@ -183,9 +180,6 @@ buildRoot = do
infixl
1
<&>
-- | Introduced in shake-0.16, so use to make the rest of the code compatible
type
family
RuleResult
a
-- | Given a 'FilePath' to a source file, return 'True' if it is generated.
-- The current implementation simply assumes that a file is generated if it
-- lives in the 'buildRoot' directory. Since most files are not generated the
...
...
This diff is collapsed.
Click to expand it.
stack.yaml
+
3
−
0
View file @
907cad60
...
...
@@ -8,6 +8,9 @@ packages:
-
'
.'
-
'
../libraries/Cabal/Cabal'
extra-deps
:
-
shake-0.16
nix
:
packages
:
-
autoconf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment