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
5975b50e
Commit
5975b50e
authored
Dec 20, 2015
by
Andrey Mokhov
Browse files
Clean up.
parent
ddfe5bcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GHC.hs
View file @
5975b50e
module
GHC
(
array
,
base
,
ghcBoot
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
compareSizes
,
deepseq
,
deriveConstants
,
directory
,
dllSplit
,
filepath
,
genapply
,
genprimopcode
,
ghc
,
ghcCabal
,
ghci
,
ghcPkg
,
ghcPrim
,
ghcPwd
,
ghcTags
,
array
,
base
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
compareSizes
,
deepseq
,
deriveConstants
,
directory
,
dllSplit
,
filepath
,
genapply
,
genprimopcode
,
ghc
,
ghcBoot
,
ghcCabal
,
ghci
,
ghcPkg
,
ghcPrim
,
ghcPwd
,
ghcTags
,
haddock
,
haskeline
,
hsc2hs
,
hoopl
,
hp2ps
,
hpc
,
hpcBin
,
integerGmp
,
integerSimple
,
iservBin
,
mkUserGuidePart
,
parallel
,
pretty
,
primitive
,
process
,
runghc
,
stm
,
templateHaskell
,
terminfo
,
time
,
transformers
,
unix
,
win32
,
xhtml
,
...
...
@@ -20,25 +20,24 @@ import Stage
-- which can be overridden in Settings/User.hs.
defaultKnownPackages
::
[
Package
]
defaultKnownPackages
=
[
array
,
base
,
ghcBoot
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
compareSizes
,
deepseq
,
deriveConstants
,
directory
,
dllSplit
,
filepath
,
genapply
,
genprimopcode
,
ghc
,
ghcCabal
,
ghci
,
ghcPkg
,
ghcPrim
[
array
,
base
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
compareSizes
,
deepseq
,
deriveConstants
,
directory
,
dllSplit
,
filepath
,
genapply
,
genprimopcode
,
ghc
,
ghcBoot
,
ghcCabal
,
ghci
,
ghcPkg
,
ghcPrim
,
ghcPwd
,
ghcTags
,
haddock
,
haskeline
,
hsc2hs
,
hoopl
,
hp2ps
,
hpc
,
hpcBin
,
integerGmp
,
integerSimple
,
iservBin
,
mkUserGuidePart
,
parallel
,
pretty
,
primitive
,
process
,
runghc
,
stm
,
templateHaskell
,
terminfo
,
time
,
transformers
,
unix
,
win32
,
xhtml
]
-- Package definitions (see Package.hs)
array
,
base
,
ghcBoot
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
compareSizes
,
deepseq
,
deriveConstants
,
directory
,
dllSplit
,
filepath
,
genapply
,
genprimopcode
,
ghc
,
ghc
Cabal
,
ghcPkg
,
ghcPrim
,
ghcPwd
,
array
,
base
,
binary
,
bytestring
,
cabal
,
compiler
,
containers
,
compareSizes
,
deepseq
,
deriveConstants
,
directory
,
dllSplit
,
filepath
,
genapply
,
genprimopcode
,
ghc
,
ghc
Boot
,
ghcCabal
,
ghci
,
ghcPkg
,
ghcPrim
,
ghcPwd
,
ghcTags
,
haddock
,
haskeline
,
hsc2hs
,
hoopl
,
hp2ps
,
hpc
,
hpcBin
,
integerGmp
,
integerSimple
,
mkUserGuidePart
,
parallel
,
pretty
,
primitive
,
process
,
integerSimple
,
iservBin
,
mkUserGuidePart
,
parallel
,
pretty
,
primitive
,
process
,
runghc
,
stm
,
templateHaskell
,
terminfo
,
time
,
transformers
,
unix
,
win32
,
xhtml
::
Package
array
=
library
"array"
base
=
library
"base"
ghcBoot
=
library
"ghc-boot"
binary
=
library
"binary"
bytestring
=
library
"bytestring"
cabal
=
library
"Cabal"
`
setPath
`
"libraries/Cabal/Cabal"
...
...
@@ -53,8 +52,9 @@ filepath = library "filepath"
genapply
=
utility
"genapply"
genprimopcode
=
utility
"genprimopcode"
ghc
=
topLevel
"ghc-bin"
`
setPath
`
"ghc"
ghcBoot
=
library
"ghc-boot"
ghcCabal
=
utility
"ghc-cabal"
ghci
=
library
"ghci"
`
setPath
`
"libraries/ghci"
ghci
=
library
"ghci"
ghcPkg
=
utility
"ghc-pkg"
ghcPrim
=
library
"ghc-prim"
ghcPwd
=
utility
"ghc-pwd"
...
...
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