@hackage ghc8.2.1
The GHC API
Installation
Dependencies (20)
- Win32 >=2.3 && <2.6
- array >=0.1 && <0.6
- base <0
- binary >=0.8 && <0.9
- bytestring >=0.9 && <0.11
- containers >=0.5 && <0.6 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 (highly experimental)
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.