Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
552bb90e
Commit
552bb90e
authored
Dec 31, 2016
by
Andrey Mokhov
Browse files
Build internal ghci support in Stage1
parent
8e3cb447
Changes
3
Hide whitespace changes
Inline
Side-by-side
hadrian.cabal
View file @
552bb90e
...
...
@@ -91,6 +91,7 @@ executable hadrian
, Settings.Packages.Compiler
, Settings.Packages.Ghc
, Settings.Packages.GhcCabal
, Settings.Packages.Ghci
, Settings.Packages.GhcPrim
, Settings.Packages.Haddock
, Settings.Packages.IntegerGmp
...
...
src/Settings/Default.hs
View file @
552bb90e
...
...
@@ -31,6 +31,7 @@ import Settings.Packages.Base
import
Settings.Packages.Compiler
import
Settings.Packages.Ghc
import
Settings.Packages.GhcCabal
import
Settings.Packages.Ghci
import
Settings.Packages.GhcPrim
import
Settings.Packages.Haddock
import
Settings.Packages.IntegerGmp
...
...
@@ -196,6 +197,7 @@ defaultPackageArgs = mconcat
,
compilerPackageArgs
,
ghcPackageArgs
,
ghcCabalPackageArgs
,
ghciPackageArgs
,
ghcPrimPackageArgs
,
haddockPackageArgs
,
integerGmpPackageArgs
...
...
src/Settings/Packages/Ghci.hs
0 → 100644
View file @
552bb90e
module
Settings.Packages.Ghci
(
ghciPackageArgs
)
where
import
GHC
import
Predicate
ghciPackageArgs
::
Args
ghciPackageArgs
=
notStage0
?
package
ghci
?
builder
GhcCabal
?
arg
"--flags=ghci"
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment