Skip to content

Commit 3671bc5

Browse files
committed
Restrict brittany in hackage for ghc<9.0.1
1 parent c4af257 commit 3671bc5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cabal-ghc901.project

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,12 @@ constraints:
6969
-- this way we track explicitly all transitive dependencies which need support for ghc-9
7070
allow-newer:
7171

72-
-- brittany
72+
-- brittany: update ghc bounds in hls.cabal when those are removed
73+
-- https://github.com/lspitzner/multistate/pull/8
7374
multistate:base,
75+
-- https://github.com/lspitzner/data-tree-print/pull/3
7476
data-tree-print:base,
77+
-- https://github.com/lspitzner/butcher/issues/7
7578
butcher:base,
7679

7780
stylish-haskell:Cabal,

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ common stylishHaskell
303303
cpp-options: -DstylishHaskell
304304

305305
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))
307307
build-depends: hls-brittany-plugin ^>=1.0.0.1
308308
cpp-options: -Dbrittany
309309

0 commit comments

Comments
 (0)