Skip to content
Snippets Groups Projects
Unverified Commit 1fcb3233 authored by Zubin's avatar Zubin
Browse files

Prepare release 1.8.0.1

parent bd174103
No related branches found
No related tags found
No related merge requests found
Pipeline #57274 failed
# 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
......
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>
......@@ -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
......
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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment