File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,12 @@ constraints:
69
69
-- this way we track explicitly all transitive dependencies which need support for ghc-9
70
70
allow-newer:
71
71
72
- -- brittany
72
+ -- brittany: update ghc bounds in hls.cabal when those are removed
73
+ -- https://github.com/lspitzner/multistate/pull/8
73
74
multistate:base,
75
+ -- https://github.com/lspitzner/data-tree-print/pull/3
74
76
data-tree-print:base,
77
+ -- https://github.com/lspitzner/butcher/issues/7
75
78
butcher:base,
76
79
77
80
stylish-haskell:Cabal,
Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ common stylishHaskell
303
303
cpp-options : -DstylishHaskell
304
304
305
305
common brittany
306
- if flag(brittany) && (impl(ghc < 9.2 .1 ) || flag(ignore-plugins-ghc-bounds))
306
+ if flag(brittany) && (impl(ghc < 9.0 .1 ) || flag(ignore-plugins-ghc-bounds))
307
307
build-depends : hls-brittany-plugin ^>= 1.0.0.1
308
308
cpp-options : -Dbrittany
309
309
You can’t perform that action at this time.
0 commit comments