File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for haskell-language-server
2
2
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
+
3
9
## 1.8.0.0
4
10
5
11
- Binaries for GHC 9.2.3 and GHC 9.2.4
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
category : Development
3
3
name : haskell-language-server
4
- version : 1.8.0.0
4
+ version : 1.8.0.1
5
5
synopsis : LSP server for GHC
6
6
description :
7
7
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -252,7 +252,7 @@ common hlint
252
252
253
253
common stan
254
254
if flag(stan) && (impl(ghc >= 8.8 ) && impl(ghc < 9.0 ))
255
- build-depends : hls-stan-plugin ^>= 1.0
255
+ build-depends : hls-stan-plugin ^>= 1.0.1
256
256
cpp-options : -Dhls_stan
257
257
258
258
common moduleName
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : hls-stan-plugin
3
- version : 1.0.0 .0
3
+ version : 1.0.1 .0
4
4
synopsis : Stan integration plugin with Haskell Language Server
5
5
description :
6
6
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