Skip to content

Commit d47e5d5

Browse files
committed
Prepare release 1.8.0.1
1 parent 2be6dbb commit d47e5d5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

ChangeLog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

haskell-language-server.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22
category: Development
33
name: haskell-language-server
4-
version: 1.8.0.0
4+
version: 1.8.0.1
55
synopsis: LSP server for GHC
66
description:
77
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -251,7 +251,7 @@ common hlint
251251

252252
common 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

257257
common moduleName

plugins/hls-stan-plugin/hls-stan-plugin.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: hls-stan-plugin
3-
version: 1.0.0.0
3+
version: 1.0.1.0
44
synopsis: Stan integration plugin with Haskell Language Server
55
description:
66
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>

0 commit comments

Comments
 (0)