Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

terminfo Build Status

Haskell bindings to the terminfo library. See terminfo's Hackage page for more details.

Building

  • terminfo requires a configure script; to build it, run autoreconf -i.
  • Build terminfo with either stack build or cabal build.

Building on Windows

While using this package on Windows is not officially supported, users wanting to build it on Windows might find this ticket helpful.