A declarative Unix terminal UI programming library written in Haskell
Go to file
Jonathan Daugherty 700081f7cd Change list/edit lens naming convention to use L suffix
- Lenses for edit and list widgets now have L suffixes, e.g.
  editorNameL
- Non-lens equivalents for edit and list field accessors are now
  exported for non-lens use cases
- suffixLenses is added as an alternative to makeLenses for building
  these lenses
2015-06-28 11:57:38 -07:00
programs Change list/edit lens naming convention to use L suffix 2015-06-28 11:57:38 -07:00
src Change list/edit lens naming convention to use L suffix 2015-06-28 11:57:38 -07:00
.gitignore Add gitignore 2015-05-18 22:17:36 -07:00
brick.cabal Change list/edit lens naming convention to use L suffix 2015-06-28 11:57:38 -07:00
LICENSE Update LICENSE 2015-05-09 01:23:54 -07:00
Setup.hs Initial commit 2015-05-08 23:09:40 -07:00
TODO.txt Update TODO 2015-06-27 17:00:34 -07:00