@hackage yi0.7.0

The Haskell-Scriptable Editor

  • Installation

  • Dependencies (52)

  • Dependents (10)

    @hackage/yi-vty, @hackage/leksah, @hackage/acme-everything, @hackage/yi-monokai, @hackage/yi-gtk, @hackage/yi-snippet, Show all…
  • Package Flags

      cocoa
       (off by default)

      "Build with Cocoa frontend"

      pango
       (off by default)

      "Build with Pango frontend"

      vte
       (off by default)

      "Build with Vte frontend"

      vty
       (on by default)

      "Build with Vty frontend"

      scion
       (off by default)

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

      ghcapi
       (off by default)

      Enable linking with GHC API for advanced features.

      profiling
       (off by default)

      Runtime binary will be compiled with profiling and RTS options enabled.

      hacking
       (off by default)

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

      testing
       (on by default)

      bake-in the self-checks

      dochack
       (off by default)

      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

Yi is a text editor written in Haskell and extensible in Haskell. The goal of the Yi project is to provide a flexible, powerful, and correct editor for haskell hacking.