Skip to content

Commit

Permalink
Prepare release 1.8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Sep 30, 2022
1 parent 2be6dbb commit d47e5d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for haskell-language-server

## 1.8.0.1

- Make stan plugin respect configuration and allow it to be disabled (#3157)
- Include 9.0.2 binaries for aarch64-darwin
- Generate bindists for ubuntu 18.04 and 20.04

## 1.8.0.0

- Binaries for GHC 9.2.3 and GHC 9.2.4
Expand Down
4 changes: 2 additions & 2 deletions haskell-language-server.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0
category: Development
name: haskell-language-server
version: 1.8.0.0
version: 1.8.0.1
synopsis: LSP server for GHC
description:
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
Expand Down Expand Up @@ -251,7 +251,7 @@ common hlint

common stan
if flag(stan) && (impl(ghc >= 8.8) && impl(ghc < 9.0))
build-depends: hls-stan-plugin ^>= 1.0
build-depends: hls-stan-plugin ^>= 1.0.1
cpp-options: -Dhls_stan

common moduleName
Expand Down
2 changes: 1 addition & 1 deletion plugins/hls-stan-plugin/hls-stan-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hls-stan-plugin
version: 1.0.0.0
version: 1.0.1.0
synopsis: Stan integration plugin with Haskell Language Server
description:
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
Expand Down

0 comments on commit d47e5d5

Please sign in to comment.