Skip to content

Commit 8f3156d

Browse files
jneiracdsmith
authored andcommitted
Relax upper bounds over ormolu and stylish-haskell (haskell#2207)
* Let it use ormulu 0.3.* * Relax upper bound of sylish-haskell
1 parent e4b9fda commit 8f3156d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/hls-ormolu-plugin/hls-ormolu-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library
2828
, hls-plugin-api >=1.1 && <1.3
2929
, lens
3030
, lsp
31-
, ormolu ^>=0.1.2 || ^>= 0.2
31+
, ormolu ^>=0.1.2 || ^>= 0.2 || ^>= 0.3
3232
, text
3333

3434
default-language: Haskell2010

plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ library
2727
, ghcide >=1.2 && <1.5
2828
, hls-plugin-api >=1.1 && <1.3
2929
, lsp-types
30-
, stylish-haskell ^>=0.12
30+
, stylish-haskell ^>=0.12 || ^>=0.13
3131
, text
3232

3333
default-language: Haskell2010

0 commit comments

Comments
 (0)