Joe Hermaszewski
|
fc5b1429f4
|
Merge branch 'gh-269-ghc-8.10' into imports-sorted
|
2020-11-20 22:18:46 +08:00 |
Lennart Spitzner
|
1e5b8ada4e
|
Fix ghc version compat
|
2020-11-19 09:00:45 +08:00 |
Lennart Spitzner
|
eb7a4811fd
|
Implement sorting of import statements
|
2020-11-19 09:00:45 +08:00 |
Ximin Luo
|
adb642353d
|
more GHC 8.10.1 fixes
|
2020-11-15 12:55:50 -05:00 |
Joe Hermaszewski
|
64417c59f4
|
nondecreasing export list formatting
|
2020-08-29 13:26:36 +08:00 |
Lennart Spitzner
|
522e40c8ed
|
Retain empty lines before "where"
only applies to local "where"s (not module..where)
|
2018-11-04 18:13:37 +01:00 |
Lennart Spitzner
|
10e1c19788
|
Add support for ghc-8.4
|
2018-04-17 17:50:41 +02:00 |
Lennart Spitzner
|
8b67a028ea
|
Do not put `where` on newline when no export list
(even when lconfig_allowSingleLineExportList False)
|
2018-04-09 00:09:07 +02:00 |
Sergey Vinokurov
|
2ed9a13fdb
|
Replace 'docAltFilter' with 'runFilteredAlternative'
|
2018-04-02 21:25:44 +01:00 |
Lennart Spitzner
|
833ac95fd7
|
Add two config options to control preamble layouting
|
2018-03-12 17:11:25 +01:00 |
Lennart Spitzner
|
9531edb2a7
|
Improve module layouting in two aspects
- IEThingWith in export list can now be single-line
- Now respect offset of the "module" keyword
(retain empty lines after pragmas, for example)
|
2018-03-12 16:29:47 +01:00 |
sniperrifle2004
|
21c080572b
|
Add compact version of import layout
Also let layoutLLIEs deal with comments
|
2017-12-21 23:51:27 +01:00 |
Lennart Spitzner
|
33f23a65ec
|
Refactor and Add missing docSharedWrapper
|
2017-12-21 15:44:58 +01:00 |
sniperrifle2004
|
162b6e6bfd
|
Also fix export comments
Also refactored a little to improve reuse of the docWrapNode logic
|
2017-12-19 16:33:13 +01:00 |
Lennart Spitzner
|
204f0aff08
|
import+module: Refactor and Simplify slightly
|
2017-12-17 21:14:46 +01:00 |
sniperrifle2004
|
ee9abff9e8
|
Add import and module support
|
2017-12-17 12:51:04 +01:00 |