Skip to content

Commit 19e8f53

Browse files
authored
Add bounds for base in hls-stylish-haskell-plugin (#1794)
1 parent 98fa0fc commit 19e8f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ library
1717
exposed-modules: Ide.Plugin.StylishHaskell
1818
hs-source-dirs: src
1919
build-depends:
20-
, base
20+
, base >=4.12 && <5
2121
, directory
2222
, filepath
2323
, ghc
@@ -41,5 +41,5 @@ test-suite tests
4141
, base
4242
, bytestring
4343
, hls-stylish-haskell-plugin
44-
, hls-test-utils ^>= 1.0
44+
, hls-test-utils ^>=1.0
4545
, text

0 commit comments

Comments
 (0)