Lennart Spitzner
9b5fb89c2b
Do not count warnings for considering exactprint fallback
2023-04-22 19:54:24 +00:00
Lennart Spitzner
7d4d6e77f7
Fixup annotation on error-fallback
2023-04-22 19:54:24 +00:00
Lennart Spitzner
73656eeff6
Implement fixity-aware-ops feature
2023-04-22 19:54:24 +00:00
Lennart Spitzner
4ea66b0e45
Fix double-printing of comments on certain data-decls
2023-04-22 19:54:24 +00:00
Lennart Spitzner
cbfa0d6d22
Partially restore retaining-empty-lines behaviour
...
Currently works for do blocks, multi-line list literals, and
lambda-case cases (apart from top-level blank lines that
never got ignored).
2023-04-22 19:54:24 +00:00
Lennart Spitzner
dafaa8cab8
Improve block-comment behaviour (newlines after or not)
2023-04-22 19:54:24 +00:00
Lennart Spitzner
5693be1be0
Make if-then-layout layout more consistent
2023-04-22 19:54:24 +00:00
Lennart Spitzner
e92580429a
Fix missing comment for MG
2023-04-22 19:54:24 +00:00
Lennart Spitzner
6f380f2be6
Change behaviour: Less par-spacing for function application
2023-04-22 19:54:24 +00:00
Lennart Spitzner
67a6ab8209
Behaviour addition: Allow par-spacing on HsApp
2023-04-22 19:54:24 +00:00
Lennart Spitzner
c58bf7b845
Implement extension support - OverloadedRecordDot
2023-04-22 19:54:24 +00:00
Lennart Spitzner
278dcfc7c6
Fix block-comment delta position special case
2023-04-22 19:54:24 +00:00
Lennart Spitzner
7f5dc46798
Replace BriDoc+BriDocF with single BriDocW + type family
2023-04-22 19:54:24 +00:00
Lennart Spitzner
7db1028223
Reintroduce BDAnnotationKW in the form of BDEntryDelta
2023-04-22 19:54:24 +00:00
Lennart Spitzner
9034a2f59d
Clean up WriteBriDoc monad state handling
2023-04-22 19:54:24 +00:00
Lennart Spitzner
cca049b100
Clean up unused WriteBriDoc operators
2023-04-22 19:54:24 +00:00
Lennart Spitzner
7ebd61db3d
Refactor+Rewrite+Adaptation for ghc-9.2 support
2023-04-22 19:54:24 +00:00
Lennart Spitzner
8d0bf2faf8
Ignore missing kind signatures and unused imports for now
2023-04-22 19:54:24 +00:00
Lennart Spitzner
2ebefa9ad6
Unhide warning
2023-04-22 19:54:24 +00:00
Lennart Spitzner
bb97412d69
Pass ghc -fhide-source-paths by default
2023-04-22 19:54:24 +00:00
Lennart Spitzner
f7de67892b
Support and use nested file structure for tests
2023-04-22 19:54:24 +00:00
Lennart Spitzner
dd8264797e
Revert "Split tests into individual files"
...
This reverts commit 21e86adf6e
.
2023-04-22 19:54:24 +00:00
Lennart Spitzner
d4896d2234
Revert "Run tests in serial"
...
This reverts commit cddb98b124
.
2023-04-22 19:54:24 +00:00
Lennart Spitzner
eabf4e9d45
Revert "Simplify test suite"
...
This reverts commit 8f2625dc87
.
2023-04-22 19:54:24 +00:00
Lennart Spitzner
5806dfc208
Add seaaye stuff
2023-04-22 19:54:24 +00:00
Lennart Spitzner
dc008800e7
Switch to butcher-2.0
2023-04-22 19:54:24 +00:00
Taylor Fausak
e03ab8425b
Merge pull request #377 from lspitzner/tfausak-patch-1
...
Announce end of maintenance
2022-11-11 12:13:28 -06:00
Taylor Fausak
420eac889e
Announce end of maintenance
2022-11-11 09:52:57 -06:00
Taylor Fausak
0aa04af4eb
Version 0.14.0.2
2022-01-13 09:28:26 -05:00
Taylor Fausak
93a43bf28d
Revert "Remove `Language.Haskell.` from module names"
...
This reverts commit 2fe1432631
.
2022-01-13 14:16:14 +00:00
Taylor Fausak
29814f919e
Version 0.14.0.1
2022-01-11 08:49:47 -05:00
Taylor Fausak
97da38fab7
Merge remote-tracking branch 'upstream/master' into main
2022-01-11 13:48:58 +00:00
Taylor Fausak
b59f885987
Merge pull request #363 from sergv/master
...
Fix warnings when building with GHC 9.0.2
2022-01-11 07:46:42 -06:00
Sergey Vinokurov
3996efd5eb
Use defaultDynFlags to obtain ghc’s DynFlags
...
This way brittany can avoid dealing with incompatibilities in DynFlags
structure between ghc versions (e.g. different versions having
different fields).
2022-01-09 20:11:23 +00:00
Taylor Fausak
ad88ba3f57
Update Stack resolver
...
Fixes #361 .
2022-01-05 07:48:36 -05:00
Taylor Fausak
46bf450530
Merge pull request #360 from fendor/patch-1
...
Update README to mention HLS instead of HIE
2021-12-01 15:19:56 -05:00
fendor
6b1e6fa73a
Update README to mention HLS instead of HIE
2021-12-01 20:51:51 +01:00
Taylor Fausak
2fe1432631
Remove `Language.Haskell.` from module names
2021-11-29 12:25:00 +00:00
Taylor Fausak
6151ba5825
Upgrade to ghcup 0.1.17.4
2021-11-29 12:21:18 +00:00
Taylor Fausak
9e12a36a4f
Also build on `master` branch
2021-11-29 12:20:51 +00:00
Taylor Fausak
ccabed9d7b
Use new czipwith from Hackage
2021-11-29 12:18:38 +00:00
Taylor Fausak
7399b75388
Merge pull request #359 from tfausak/gh-238-format-self
...
Format Brittany with Brittany
2021-11-29 07:14:35 -05:00
Taylor Fausak
7fa2a85b30
Format Brittany with Brittany
...
Fixes #238 .
2021-11-29 02:31:50 +00:00
Taylor Fausak
a15eed5f36
Merge pull request #357 from tfausak/main
...
Support only GHC 9.0
2021-11-28 09:42:35 -05:00
Taylor Fausak
339d2ebf23
Version 0.14.0.0
2021-11-28 14:08:58 +00:00
Taylor Fausak
8f2625dc87
Simplify test suite
2021-11-28 13:24:11 +00:00
Taylor Fausak
cddb98b124
Run tests in serial
2021-11-25 14:16:22 +00:00
Taylor Fausak
21e86adf6e
Split tests into individual files
2021-11-23 22:41:01 +00:00
Taylor Fausak
89a9f47b72
Ignore warnings when parsing modules
2021-11-21 23:40:15 +00:00
Taylor Fausak
ab59e9acc3
Parse modules "purely", without ghc-paths
2021-11-21 22:58:07 +00:00