File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog for haskell-language-server
22
3+ ## 1.8.0.1
4+
5+ - Make stan plugin respect configuration and allow it to be disabled (#3157 )
6+ - Include 9.0.2 binaries for aarch64-darwin
7+ - Generate bindists for ubuntu 18.04 and 20.04
8+
39## 1.8.0.0
410
511- Binaries for GHC 9.2.3 and GHC 9.2.4
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22category : Development
33name : haskell-language-server
4- version : 1.8.0.0
4+ version : 1.8.0.1
55synopsis : LSP server for GHC
66description :
77 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -251,7 +251,7 @@ common hlint
251251
252252common stan
253253 if flag(stan) && (impl(ghc >= 8.8 ) && impl(ghc < 9.0 ))
254- build-depends : hls-stan-plugin ^>= 1.0
254+ build-depends : hls-stan-plugin ^>= 1.0.1
255255 cpp-options : -Dhls_stan
256256
257257common moduleName
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : hls-stan-plugin
3- version : 1.0.0 .0
3+ version : 1.0.1 .0
44synopsis : Stan integration plugin with Haskell Language Server
55description :
66 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
You can’t perform that action at this time.
0 commit comments