We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb11328 commit a19ccafCopy full SHA for a19ccaf
cabal.project
@@ -54,6 +54,10 @@ constraints:
54
text -simdutf,
55
ghc-check -ghc-check-use-package-abis,
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,
61
-- Centos 7 comes with an old gcc version that doesn't know about
62
-- the flag '-fopen-simd', which blocked the release 2.2.0.0.
63
-- We want to be able to benefit from the performance optimisations
stack-lts21.yaml
@@ -65,6 +65,8 @@ configure-options:
65
flags:
66
haskell-language-server:
67
pedantic: true
68
+ stylish-haskell:
69
+ ghc-lib: true
70
retrie:
71
BuildExecutable: false
72
0 commit comments