Skip to content
GitLab
Menu
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
73b46052
Commit
73b46052
authored
Dec 16, 2015
by
Ben Gamari
🐢
Browse files
GHC: bin-package-db is now ghc-boot
parent
525f9668
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/GHC.hs
View file @
73b46052
module
GHC
(
array
,
base
,
binPackageDb
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
array
,
base
,
ghcBoot
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
compareSizes
,
deepseq
,
deriveConstants
,
directory
,
dllSplit
,
filepath
,
genapply
,
genprimopcode
,
ghc
,
ghcCabal
,
ghcPkg
,
ghcPrim
,
ghcPwd
,
ghcTags
,
haddock
,
haskeline
,
hsc2hs
,
hoopl
,
hp2ps
,
hpc
,
hpcBin
,
integerGmp
,
...
...
@@ -20,7 +20,7 @@ import Stage
-- which can be overridden in Settings/User.hs.
defaultKnownPackages
::
[
Package
]
defaultKnownPackages
=
[
array
,
base
,
binPackageDb
,
binary
,
bytestring
,
cabal
,
compiler
[
array
,
base
,
ghcBoot
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
compareSizes
,
deepseq
,
deriveConstants
,
directory
,
dllSplit
,
filepath
,
genapply
,
genprimopcode
,
ghc
,
ghcCabal
,
ghcPkg
,
ghcPrim
,
ghcPwd
,
ghcTags
,
haddock
,
haskeline
,
hsc2hs
,
hoopl
,
hp2ps
,
hpc
,
hpcBin
...
...
@@ -29,7 +29,7 @@ defaultKnownPackages =
,
win32
,
xhtml
]
-- Package definitions (see Package.hs)
array
,
base
,
binPackageDb
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
array
,
base
,
ghcBoot
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
compareSizes
,
deepseq
,
deriveConstants
,
directory
,
dllSplit
,
filepath
,
genapply
,
genprimopcode
,
ghc
,
ghcCabal
,
ghcPkg
,
ghcPrim
,
ghcPwd
,
ghcTags
,
haddock
,
haskeline
,
hsc2hs
,
hoopl
,
hp2ps
,
hpc
,
hpcBin
,
integerGmp
,
...
...
@@ -38,7 +38,7 @@ array, base, binPackageDb, binary, bytestring, cabal, compiler, containers,
array
=
library
"array"
base
=
library
"base"
binPackageDb
=
library
"
bin-package-db
"
ghcBoot
=
library
"
ghc-boot
"
binary
=
library
"binary"
bytestring
=
library
"bytestring"
cabal
=
library
"Cabal"
`
setPath
`
"libraries/Cabal/Cabal"
...
...
src/Settings/Packages.hs
View file @
73b46052
...
...
@@ -18,7 +18,7 @@ defaultPackages = mconcat
packagesStage0
::
Packages
packagesStage0
=
mconcat
[
append
[
binPackageDb
,
binary
,
cabal
,
compiler
,
ghc
,
ghcCabal
,
ghcPkg
[
append
[
ghcBoot
,
binary
,
cabal
,
compiler
,
ghc
,
ghcCabal
,
ghcPkg
,
hsc2hs
,
hoopl
,
hpc
,
templateHaskell
,
transformers
]
,
stage0
?
append
[
deriveConstants
,
genapply
,
genprimopcode
,
hp2ps
]
,
notM
windowsHost
?
notM
(
anyHostOs
[
"ios"
])
?
append
[
terminfo
]
]
...
...
Write
Preview
Supports
Markdown
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