Skip to content

Commit 321c4f0

Browse files
committed
Fix cabal file of hls-fourmolu-plugin to allow it to be uploaded to hackage
Fixes #3819
1 parent 458ccdb commit 321c4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ library
4747
elif impl(ghc >= 9.2) && impl(ghc < 9.8)
4848
build-depends: fourmolu ^>= 0.14
4949
else
50-
buildable: false
50+
buildable: False
5151

5252
-- fourmolu 0.9.0 fails to build on Windows CI for reasons unknown
5353
if impl(ghc >= 9.2) && os(windows) && impl(ghc < 9.4)
@@ -64,7 +64,7 @@ test-suite tests
6464
build-tool-depends:
6565
fourmolu:fourmolu
6666
build-depends:
67-
, base
67+
, base >=4.12 && <5
6868
, aeson
6969
, containers
7070
, filepath

0 commit comments

Comments
 (0)