Taylor Fausak
|
e36d9bc465
|
Drop support for GHC 8.4
|
2020-11-15 12:55:50 -05:00 |
Ximin Luo
|
adb642353d
|
more GHC 8.10.1 fixes
|
2020-11-15 12:55:50 -05:00 |
Lennart Spitzner
|
061c39b4e9
|
Fix a semi-hidden missing indentation bug
|
2020-03-23 16:52:18 +01:00 |
Lennart Spitzner
|
34735e27ef
|
Add compat with GHC-8.6 API
|
2018-11-04 22:14:00 +01:00 |
Lennart Spitzner
|
4973298f30
|
Support same-line let decl when indentAmount>=4
|
2018-05-01 23:21:31 +02:00 |
Bryan Richter
|
9ab17cc899
|
Implement IndentPolicyMultiple
|
2018-05-01 22:07:05 +02:00 |
Lennart Spitzner
|
10e1c19788
|
Add support for ghc-8.4
|
2018-04-17 17:50:41 +02:00 |
Sergey Vinokurov
|
2ed9a13fdb
|
Replace 'docAltFilter' with 'runFilteredAlternative'
|
2018-04-02 21:25:44 +01:00 |
Lennart Spitzner
|
882a3b1a7a
|
Allow single-line after let with IndentPolicyLeft
|
2017-11-30 23:20:35 +01:00 |
Lennart Spitzner
|
d9155e240d
|
RecursiveDo: Add second layout, Respect IndentPolicyLeft
|
2017-11-27 23:13:13 +01:00 |
Lennart Spitzner
|
466ff237ff
|
Add some comments/examples in layoutStmt
|
2017-11-27 23:05:47 +01:00 |
Evan Rutledge Borden
|
e9a2de7a85
|
Filter binders with docSetBaseAndIndent.
|
2017-11-27 18:12:19 +01:00 |
Evan Rutledge Borden
|
de0851f975
|
Use docAltFilter for consistency.
|
2017-11-27 18:12:19 +01:00 |
Evan Rutledge Borden
|
a13a137f68
|
Add left indent support for statements
This aligns left indent style `let` statements with their expression
form.
|
2017-11-27 18:12:19 +01:00 |
Lennart Spitzner
|
4568bd3553
|
Prepare implementation for `IndentPolicyLeft`
|
2017-11-27 18:12:19 +01:00 |
Lennart Spitzner
|
26f8cdfb65
|
Support RecursiveDo/`rec` keyword
|
2017-10-24 00:25:59 +02:00 |
Lennart Spitzner
|
f350113f7f
|
Refactor all modules: +Internal; Add public Brittany module
|
2017-05-22 21:25:08 +02:00 |