We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee71a89 commit a65466aCopy full SHA for a65466a
cabal.project
@@ -60,12 +60,6 @@ allow-newer:
60
retrie:ghc-exactprint,
61
62
-- for brittany
63
- brittany:ghc-boot,
64
- brittany:ghc-boot-th,
65
- brittany:ghc,
66
- brittany:ghc-exactprint,
67
- brittany:bytestring,
68
- brittany:base,
69
-- https://github.com/lspitzner/multistate/pull/8
70
multistate:base,
71
-- https://github.com/lspitzner/data-tree-print/pull/3
plugins/hls-brittany-plugin/hls-brittany-plugin.cabal
@@ -17,6 +17,10 @@ extra-source-files:
17
test/testdata/**/*.hs
18
19
library
20
+ if impl(ghc >= 9.2)
21
+ buildable: False
22
+ else
23
+ buildable: True
24
exposed-modules: Ide.Plugin.Brittany
25
hs-source-dirs: src
26
build-depends:
0 commit comments