@hackage ghc8.6.4
The GHC API
Categories
License
BSD-3-Clause
Maintainer
glasgow-haskell-users@haskell.org
Links
Versions
Installation
Dependencies (20)
- Win32 >=2.3 && <2.7
- array >=0.1 && <0.6
- base <0
- binary >=0.8 && <0.9
- bytestring >=0.9 && <0.11
- containers >=0.5 && <0.7 Show all…
Dependents (409)
@hackage/comprehensions-ghc, @hackage/cabal-ghc-dynflags, @hackage/const-math-ghc-plugin, @hackage/haskell-platform-test, @hackage/hls-explicit-fixity-plugin, @hackage/yi-vty, Show all…
Package Flags
terminfo
(on by default)
Build GHC with terminfo support on non-Windows platforms.
buildable
(off by default)
Make this package buildable (experimental tech preview).
See reinstallable lib:ghc announcement for more information.
GHC's functionality can be useful for more things than just compiling Haskell programs. Important use cases are programs that analyse (and perhaps transform) Haskell code. Others include loading Haskell code dynamically in a GHCi-like manner. For this reason, a lot of GHC's functionality is made available through this package.