name: vty version: 5.0.0 license: BSD3 license-file: LICENSE author: AUTHORS maintainer: Corey O'Connor (coreyoconnor@gmail.com) homepage: https://github.com/coreyoconnor/vty category: User Interfaces synopsis: A simple terminal UI library description: vty is terminal GUI library in the niche of ncurses. It is intended to be easy to use, have no confusing corner cases, and good support for common terminal types. . Included in the source distribution is a program test/interactive_terminal_test.hs that demonstrates the various features. . If your terminal is not behaving as expected the results of the vty-interactive-terminal-test executable should be sent to the Vty maintainter to aid in debugging the issue. . Notable infelicities: Sometimes poor efficiency; Assumes UTF-8 character encoding support by the terminal; . Project is hosted on github.com: https:\/\/github.com\/coreyoconnor\/vty . git clone git:\/\/github.com\/coreyoconnor\/vty.git . © 2006-2007 Stefan O'Rear; BSD3 license. . © Corey O'Connor; BSD3 license. cabal-version: >= 1.18.0 build-type: Simple data-files: README.md, TODO, AUTHORS, CHANGELOG, LICENSE library default-language: Haskell2010 default-extensions: ScopedTypeVariables build-depends: base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, ghc-prim, lens >= 3.9.0.2, mtl >= 1.1.1.0 && < 2.2, parallel >= 2.2 && < 3.3, parsec >= 2 && < 4, terminfo >= 0.3 && < 0.4, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 exposed-modules: Graphics.Vty Graphics.Vty.Attributes Graphics.Vty.Error Graphics.Vty.Image Graphics.Vty.Inline Graphics.Vty.Inline.Unsafe Graphics.Vty.Input Graphics.Vty.Input.Data Graphics.Vty.Input.Internal Graphics.Vty.Input.Terminfo Graphics.Vty.Picture Graphics.Vty.Terminal Graphics.Text.Width -- the modules below are only meant to be used by the tests. Codec.Binary.UTF8.Debug Data.Terminfo.Parse Data.Terminfo.Eval Data.Marshalling Graphics.Vty.Debug Graphics.Vty.DisplayRegion Graphics.Vty.DisplayAttributes Graphics.Vty.Image.Internal Graphics.Vty.PictureToSpans Graphics.Vty.Span Graphics.Vty.Terminal.Mock Graphics.Vty.Terminal.Interface Graphics.Vty.Terminal.MacOSX Graphics.Vty.Terminal.XTermColor Graphics.Vty.Terminal.TerminfoBased c-sources: cbits/gwinsz.c cbits/set_term_timing.c cbits/mk_wcwidth.c include-dirs: cbits hs-source-dirs: src default-extensions: ScopedTypeVariables ForeignFunctionInterface ghc-options: -O2 -funbox-strict-fields -threaded -Wall -fspec-constr -fspec-constr-count=10 ghc-prof-options: -O2 -funbox-strict-fields -threaded -caf-all -Wall -fspec-constr -fspec-constr-count=10 cc-options: -O2 test-suite verify-attribute-ops default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyAttributeOps build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-using-mock-terminal default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyUsingMockTerminal other-modules: Verify Verify.Graphics.Vty.Attributes Verify.Graphics.Vty.DisplayRegion Verify.Graphics.Vty.Picture Verify.Graphics.Vty.Image Verify.Graphics.Vty.Span Verify.Graphics.Vty.Terminal build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, terminfo, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-terminal default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyTerminal other-modules: Verify Verify.Graphics.Vty.Attributes Verify.Graphics.Vty.DisplayRegion Verify.Graphics.Vty.Picture Verify.Graphics.Vty.Image Verify.Graphics.Vty.Span Verify.Graphics.Vty.Terminal build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, terminfo >= 0.3 && < 0.4, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-display-attributes default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyDisplayAttributes other-modules: Verify Verify.Graphics.Vty.Attributes Verify.Graphics.Vty.DisplayRegion Verify.Graphics.Vty.Picture Verify.Graphics.Vty.Image Verify.Graphics.Vty.Span build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-empty-image-props default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyEmptyImageProps other-modules: Verify build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-eval-terminfo-caps default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyEvalTerminfoCaps other-modules: Verify Verify.Graphics.Vty.Terminal build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, terminfo >= 0.3 && < 0.4, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-image-ops default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyImageOps other-modules: Verify Verify.Graphics.Vty.Attributes Verify.Graphics.Vty.Image build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-image-trans default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyImageTrans other-modules: Verify Verify.Graphics.Vty.Attributes Verify.Graphics.Vty.Image build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-inline default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyInline other-modules: Verify Verify.Graphics.Vty.Terminal build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-parse-terminfo-caps default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyParseTerminfoCaps other-modules: Verify Verify.Data.Terminfo.Parse Verify.Graphics.Vty.Terminal build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, terminfo >= 0.3 && < 0.4, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-simple-span-generation default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifySimpleSpanGeneration other-modules: Verify Verify.Graphics.Vty.Attributes Verify.Graphics.Vty.DisplayRegion Verify.Graphics.Vty.Picture Verify.Graphics.Vty.Image Verify.Graphics.Vty.Span build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-crop-span-generation default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyCropSpanGeneration other-modules: Verify Verify.Graphics.Vty.Attributes Verify.Graphics.Vty.DisplayRegion Verify.Graphics.Vty.Picture Verify.Graphics.Vty.Image Verify.Graphics.Vty.Span build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-layers-span-generation default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyLayersSpanGeneration other-modules: Verify Verify.Graphics.Vty.Attributes Verify.Graphics.Vty.DisplayRegion Verify.Graphics.Vty.Picture Verify.Graphics.Vty.Image Verify.Graphics.Vty.Span build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-utf8-width default-language: Haskell2010 default-extensions: ScopedTypeVariables type: detailed-0.9 hs-source-dirs: test test-module: VerifyUtf8Width other-modules: Verify build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 test-suite verify-using-mock-input default-language: Haskell2010 default-extensions: ScopedTypeVariables type: exitcode-stdio-1.0 hs-source-dirs: test main-is: VerifyUsingMockInput.hs build-depends: vty, Cabal == 1.18.*, QuickCheck >= 2.4, smallcheck == 1.*, quickcheck-assertions >= 0.1.1, test-framework == 0.8.*, test-framework-smallcheck == 0.2.*, random == 1.0.*, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, mtl >= 1.1.1.0 && < 2.2, terminfo >= 0.3 && < 0.4, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 ghc-options: -threaded -Wall executable vty-interactive-terminal-test main-is: interactive_terminal_test.hs default-language: Haskell2010 default-extensions: ScopedTypeVariables hs-source-dirs: test build-depends: vty, base >= 4 && < 5, bytestring, containers, deepseq >= 1.1 && < 1.4, ghc-prim, lens, mtl >= 1.1.1.0 && < 2.2, parallel >= 2.2 && < 3.3, parsec >= 2 && < 4, string-qq, terminfo >= 0.3 && < 0.4, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 executable vty-event-echo main-is: EventEcho.hs hs-source-dirs: test default-language: Haskell2010 default-extensions: ScopedTypeVariables build-depends: vty, base >= 4 && < 5, array >= 0.4 && < 2.0, bytestring, containers, lens, mtl >= 1.1.1.0 && < 2.2, parallel >= 2.2 && < 3.3, text >= 0.11.3, utf8-string >= 0.3 && < 0.4, vector >= 0.7 executable vty-rouge main-is: Rouge.hs hs-source-dirs: test default-language: Haskell2010 default-extensions: ScopedTypeVariables build-depends: vty, base >= 4 && < 5, array >= 0.4 && < 2.0, bytestring, containers, lens, mtl >= 1.1.1.0 && < 2.2, parallel >= 2.2 && < 3.3, random >= 1.0 && < 2.0, text >= 0.11.3, utf8-string >= 0.3 && < 0.4, vector >= 0.7 executable vty-benchmark main-is: benchmark.hs default-language: Haskell2010 default-extensions: ScopedTypeVariables hs-source-dirs: test build-depends: vty, base >= 4 && < 5, bytestring, Cabal == 1.18.*, containers, deepseq >= 1.1 && < 1.4, ghc-prim, lens, mtl >= 1.1.1.0 && < 2.2, parallel >= 2.2 && < 3.3, parsec >= 2 && < 4, QuickCheck >= 2.4, random == 1.0.*, string-qq, terminfo >= 0.3 && < 0.4, text >= 0.11.3, unix, utf8-string >= 0.3 && < 0.4, vector >= 0.7 -- ControlTable.hs -- HereDoc.hs -- Test.hs -- Test2.hs -- Verify.hs -- Verify/Data/Terminfo/Parse.hs -- Verify/Graphics/Vty/Attributes.hs -- Verify/Graphics/Vty/DisplayRegion.hs -- Verify/Graphics/Vty/Image.hs -- Verify/Graphics/Vty/Picture.hs -- Verify/Graphics/Vty/Span.hs -- vty_inline_example.hs -- vty_issue_18.hs -- yi_issue_264.hs