File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ constraints:
54
54
text -simdutf,
55
55
ghc-check -ghc-check-use-package-abis,
56
56
ghc-lib-parser-ex -auto,
57
+ -- This is only present in some versions, and it's on by default since
58
+ -- 0.14.5.0, but there are some versions we allow that need this
59
+ -- setting
60
+ stylish-haskell +ghc-lib,
57
61
-- Centos 7 comes with an old gcc version that doesn't know about
58
62
-- the flag '-fopen-simd', which blocked the release 2.2.0.0.
59
63
-- We want to be able to benefit from the performance optimisations
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ configure-options:
65
65
flags :
66
66
haskell-language-server :
67
67
pedantic : true
68
+ stylish-haskell :
69
+ ghc-lib : true
68
70
retrie :
69
71
BuildExecutable : false
70
72
You can’t perform that action at this time.
0 commit comments