The latest version of brick is 2.4-0.

brick

Version 0.35 revision 1 uploaded by HerbertValerioRiedel.

Package meta

Synopsis
A declarative terminal user interface library
Description

Write terminal applications painlessly with brick! You write an event handler and a drawing function and the library does the rest.

module Main where

import Brick

ui :: Widget ()
ui = str "Hello, world!"

main :: IO ()
main = simpleMain ui

To get started, see:

This package deprecates vty-ui.

Author
Jonathan Daugherty <cygnus@foobox.com>
Bug reports
https://github.com/jtdaugherty/brick/issues
Category
Graphics
Copyright
(c) Jonathan Daugherty 2015-2018
Homepage
https://github.com/jtdaugherty/brick/
Maintainer
Jonathan Daugherty <cygnus@foobox.com>
Package URL
n/a
Stability
n/a

Components