File tree 2 files changed +8
-6
lines changed
plugins/hls-brittany-plugin
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,6 @@ allow-newer:
60
60
retrie :ghc-exactprint,
61
61
62
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
63
-- https://github.com/lspitzner/multistate/pull/8
70
64
multistate :base,
71
65
-- https://github.com/lspitzner/data-tree-print/pull/3
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ extra-source-files:
17
17
test/testdata/**/*.hs
18
18
19
19
library
20
+ if impl(ghc >= 9.2 )
21
+ buildable : False
22
+ else
23
+ buildable : True
20
24
exposed-modules : Ide.Plugin.Brittany
21
25
hs-source-dirs : src
22
26
build-depends :
@@ -39,6 +43,10 @@ library
39
43
default-language : Haskell2010
40
44
41
45
test-suite tests
46
+ if impl(ghc >= 9.2 )
47
+ buildable : False
48
+ else
49
+ buildable : True
42
50
type : exitcode-stdio-1.0
43
51
default-language : Haskell2010
44
52
hs-source-dirs : test
You can’t perform that action at this time.
0 commit comments