We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fa0fc commit 19e8f53Copy full SHA for 19e8f53
plugins/hls-stylish-haskell-plugin/hls-stylish-haskell-plugin.cabal
@@ -17,7 +17,7 @@ library
17
exposed-modules: Ide.Plugin.StylishHaskell
18
hs-source-dirs: src
19
build-depends:
20
- , base
+ , base >=4.12 && <5
21
, directory
22
, filepath
23
, ghc
@@ -41,5 +41,5 @@ test-suite tests
41
, base
42
, bytestring
43
, hls-stylish-haskell-plugin
44
- , hls-test-utils ^>= 1.0
+ , hls-test-utils ^>=1.0
45
, text
0 commit comments