Dependencies for yi-0.6.5.0

library
parserTest
yi
  • base (>=4 && <5)
  • if flag(dochack)
    • buildable: False
  • if !flag(dochack)

Flags

Automatic Flags
NameDescriptionDefault
cocoa

"Build with Cocoa frontend"

Disabled
pango

"Build with Pango frontend"

Disabled
vte

"Build with Vte frontend"

Disabled
vty

"Build with Vty frontend"

Enabled
scion

Use the scion library to provide extra commands that interface with GHC (experimental)

Disabled
ghcapi

Enable linking with GHC API for advanced features.

Disabled
hacking

Hacking mode: * Create HackerMain.hs by copying your ~.yiyi.hs * Skip library compilation * You can run yi in-place with distbuildyi/yi

Disabled
testing

bake-in the self-checks

Enabled
dochack

Hack to get Haddock documentation, by disabling executables. * this is a workaround for a cabal bug; see Issue #347 * do a 'cabal install yi -fdochack' followed by 'cabal install yi' to get yi and the documentation

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info