Daniel Wagner
ecf1dce650
address Travis complaints
2018-03-25 20:27:25 -04:00
Daniel Wagner
ec54d28d4b
rearrange modules
...
Previously, the brick-specific Location type had been moved from
Brick.Types.Internal into the new BorderMap module. It's a bit of an odd
place to define it. So now there's an internal internal module named
Brick.Types.Common with a few things that BorderMap needs but that don't
really make sense to define inside the BorderMap module. Both BorderMap
and Types.Internal import this new Common module.
2018-03-25 18:08:07 -04:00
Daniel Wagner
5dd5bc4100
add a way to join neighboring borders
2018-03-25 18:04:15 -04:00
Jonathan Daugherty
aa5282b2b6
Bump version, update changelog
2018-03-24 10:30:37 -07:00
Jonathan Daugherty
d94773c139
Conditionally depend on semigroups for older GHCs
2018-03-23 18:25:57 -07:00
Jonathan Daugherty
7e801c8974
Bump version, update changelog
2018-03-17 09:05:40 -07:00
Jonathan Daugherty
bd89f787d2
Support GHC 8.4 ( fixes #162 )
...
This change splits up Monoid instances into Monoid and Semigroup. It
also conditionally imports Data.Monoid on GHCs prior to 8.4.
2018-03-17 09:03:59 -07:00
Jonathan Daugherty
ef1bfe187b
Raise upper bound on base
2018-03-17 08:25:58 -07:00
Peter Simons
099b33feb1
travis-ci: add proper CI build instructions for all major GHC 8.x releases
2018-03-17 11:26:07 +01:00
Jonathan Daugherty
95355038bf
Constrain base to 4.10 until I support newer versions
2018-03-16 09:18:45 -07:00
Jonathan Daugherty
efbc845dd8
Bump version, update changelog
2018-02-25 08:29:21 -08:00
Jonathan Daugherty
d6eafc35e1
Bump version, update changelog
2018-02-05 18:23:12 -08:00
Jonathan Daugherty
a9c4e41455
Bump version, update changelog
2018-01-11 19:54:41 -08:00
Jonathan Daugherty
6486136851
Bump version, update changelog
2018-01-02 11:35:26 -08:00
Jonathan Daugherty
c460bbb9c5
Bump version, update changelog
2017-12-27 18:54:04 -08:00
Jonathan Daugherty
3e93a61305
Merge branch 'master' into feature/forms
2017-12-27 13:49:54 -08:00
Jonathan Daugherty
2bacd1ab17
Update copyrights
2017-12-27 13:48:07 -08:00
Jonathan Daugherty
f2b51a8658
Merge branch 'master' into feature/forms
2017-12-27 12:22:36 -08:00
Jonathan Daugherty
e9fe1e04a4
Bump version, update changelog
2017-12-27 10:04:17 -08:00
Jonathan Daugherty
8bea691093
Add an experimental, incomplete forms API and demo program
2017-12-26 16:29:05 -08:00
Jonathan Daugherty
171dfac831
Bump version, update changelog
2017-12-13 11:47:46 -08:00
Jonathan Daugherty
fe160d3828
Bump version, update changelog
2017-12-05 17:05:05 -08:00
Jonathan Daugherty
21962b91a7
Bump version, update changelog
2017-11-05 11:24:41 -08:00
Jonathan Daugherty
00428e78be
Add a simple theme demo program
2017-11-05 11:19:42 -08:00
Jonathan Daugherty
1aa08ef269
Themes: add first pass at theme customization file loading
2017-10-29 20:27:19 -07:00
Jonathan Daugherty
aaa5f6f038
Add first draft of themes module
2017-10-29 19:24:09 -07:00
Jonathan Daugherty
ec1693f8e1
Bump version, update changelog
2017-10-09 13:03:47 -07:00
Jonathan Daugherty
947da114a2
Bump version, update changelog
2017-10-06 14:20:10 -07:00
Jonathan Daugherty
c190d426fe
Depend on bugfixed vty release
2017-10-06 14:18:13 -07:00
Jonathan Daugherty
dbebb512e9
Add hyperlink combinator, update attribute demo
2017-10-06 13:27:41 -07:00
Jonathan Daugherty
81b68ee92f
Bump version, update changelog
2017-10-03 11:05:14 -07:00
Jonathan Daugherty
7c8ceb8a4e
Bump version, update changelog
2017-10-03 09:07:15 -07:00
Richard Alex Hofer
97f5457f9d
Rename ListDemoVi to ListViDemo to better fit exisiting demos.
2017-10-03 07:42:52 -04:00
Richard Alex Hofer
017c0c1bf8
Add a list event handler with vi keybindings and a demo.
2017-10-01 16:25:55 -04:00
Jonathan Daugherty
26a24d9284
Bump version, update changelog
2017-09-30 19:30:50 -07:00
Jonathan Daugherty
36f0bf6282
Bump version, update changelog
2017-08-27 20:08:34 -07:00
Jonathan Daugherty
3a48c5f76e
Bump version, update changelog
2017-08-22 09:58:18 -07:00
Jonathan Daugherty
7e4ef16279
Include brick tutorial files in extra-doc-files
2017-08-20 18:46:45 -07:00
Jonathan Daugherty
f015d804d8
Bump version, update changelog
2017-08-20 18:43:16 -07:00
Jonathan Daugherty
a164f6cf3b
Bump version, update changelog
2017-08-05 14:43:01 -07:00
Jonathan Daugherty
4526e0e2f6
Bump version, update changelog
2017-08-05 09:21:15 -07:00
Jonathan Daugherty
6de72ae6b7
Add txtWrapWith, strWrapWith to provide control over wrapping behavior
2017-08-05 09:20:07 -07:00
Jonathan Daugherty
603cdcae41
Update cabal version for Hackage
2017-08-03 21:09:23 -07:00
Jonathan Daugherty
61a2e42a51
Bump version
2017-08-03 21:06:51 -07:00
Jonathan Daugherty
c09966ee81
Upgrade to word-wrap 0.2
2017-08-03 21:06:45 -07:00
Jonathan Daugherty
c7182aa448
Add a basic fill demonstration program
2017-08-02 15:55:09 -07:00
Jonathan Daugherty
85c8ed89bf
Update changelog, bump version
2017-07-14 13:22:45 -07:00
Jonathan Daugherty
3f3c780ae4
Bump version, update changelog
2017-07-08 12:15:30 -07:00
Jonathan Daugherty
974453c55c
Core: use word-wrap library for text-wrapping
2017-07-08 12:12:12 -07:00
Jonathan Daugherty
687fe20ca5
Core: add txtWrap, strWrap, and TextWrapDemo ( fixes #128 )
2017-07-06 21:47:41 -07:00