@@ -1442,19 +1442,19 @@ flag fourmolu
1442
1442
manual : True
1443
1443
1444
1444
common fourmolu
1445
- if flag(fourmolu) && (impl(ghc < 9.11 ) || flag(ignore-plugins-ghc-bounds))
1445
+ if flag(fourmolu)
1446
1446
build-depends : haskell-language-server :hls-fourmolu-plugin
1447
1447
cpp-options : -Dhls_fourmolu
1448
1448
1449
1449
library hls-fourmolu-plugin
1450
1450
import : defaults, pedantic, warnings
1451
- if !flag(fourmolu) || (impl(ghc > 9.11 ) && !flag(ignore-plugins-ghc-bounds))
1451
+ if !flag(fourmolu)
1452
1452
buildable : False
1453
1453
exposed-modules : Ide.Plugin.Fourmolu
1454
1454
hs-source-dirs : plugins/hls-fourmolu-plugin/src
1455
1455
build-depends :
1456
1456
, filepath
1457
- , fourmolu ^>= 0.14 || ^>= 0.15 || ^>= 0.16
1457
+ , fourmolu ^>= 0.14 || ^>= 0.15 || ^>= 0.16 || ^ >= 0.17 || ^ >= 0.18
1458
1458
, ghc-boot-th
1459
1459
, ghcide == 2.10.0.0
1460
1460
, hls-plugin-api == 2.10.0.0
@@ -1468,7 +1468,7 @@ library hls-fourmolu-plugin
1468
1468
1469
1469
test-suite hls-fourmolu-plugin-tests
1470
1470
import : defaults, pedantic, test-defaults, warnings
1471
- if !flag(fourmolu) || (impl(ghc > 9.11 ) && !flag(ignore-plugins-ghc-bounds))
1471
+ if !flag(fourmolu)
1472
1472
buildable : False
1473
1473
type : exitcode-stdio-1.0
1474
1474
hs-source-dirs : plugins/hls-fourmolu-plugin/test
@@ -1496,13 +1496,13 @@ flag ormolu
1496
1496
manual : True
1497
1497
1498
1498
common ormolu
1499
- if flag(ormolu) && (impl(ghc < 9.11 ) || flag(ignore-plugins-ghc-bounds))
1499
+ if flag(ormolu)
1500
1500
build-depends : haskell-language-server :hls-ormolu-plugin
1501
1501
cpp-options : -Dhls_ormolu
1502
1502
1503
1503
library hls-ormolu-plugin
1504
1504
import : defaults, pedantic, warnings
1505
- if !flag(ormolu) || (impl(ghc > 9.11 ) && !flag(ignore-plugins-ghc-bounds))
1505
+ if !flag(ormolu)
1506
1506
buildable : False
1507
1507
exposed-modules : Ide.Plugin.Ormolu
1508
1508
hs-source-dirs : plugins/hls-ormolu-plugin/src
@@ -1515,14 +1515,14 @@ library hls-ormolu-plugin
1515
1515
, lsp
1516
1516
, mtl
1517
1517
, process-extras >= 0.7.1
1518
- , ormolu ^>= 0.1.2 || ^ >= 0.2 || ^ >= 0. 3 || ^>= 0.5 || ^>= 0.6 || ^>= 0.7
1518
+ , ormolu ^>= 0.5. 3 || ^>= 0.6 || ^>= 0.7 || ^>= 0.8
1519
1519
, text
1520
1520
, transformers
1521
1521
1522
1522
1523
1523
test-suite hls-ormolu-plugin-tests
1524
1524
import : defaults, pedantic, test-defaults, warnings
1525
- if !flag(ormolu) || (impl(ghc > 9.11 ) && !flag(ignore-plugins-ghc-bounds))
1525
+ if !flag(ormolu)
1526
1526
buildable : False
1527
1527
type : exitcode-stdio-1.0
1528
1528
hs-source-dirs : plugins/hls-ormolu-plugin/test
@@ -2009,9 +2009,9 @@ test-suite func-test
2009
2009
-- formatters
2010
2010
if flag(floskell) && (impl(ghc < 9.10 ) || flag(ignore-plugins-ghc-bounds))
2011
2011
cpp-options : -Dhls_floskell
2012
- if flag(fourmolu) && (impl(ghc < 9.11 ) || flag(ignore-plugins-ghc-bounds))
2012
+ if flag(fourmolu)
2013
2013
cpp-options : -Dhls_fourmolu
2014
- if flag(ormolu) && (impl(ghc < 9.11 ) || flag(ignore-plugins-ghc-bounds))
2014
+ if flag(ormolu)
2015
2015
cpp-options : -Dhls_ormolu
2016
2016
2017
2017
test-suite wrapper-test
0 commit comments