Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Haskell Language Server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haskell
Haskell Language Server
Commits
1fcb3233
"README.md" did not exist on "sdoc"
Unverified
Commit
1fcb3233
authored
3 years ago
by
Zubin
Browse files
Options
Downloads
Patches
Plain Diff
Prepare release 1.8.0.1
parent
bd174103
No related branches found
No related tags found
No related merge requests found
Pipeline
#57274
failed
3 years ago
Stage: build
Stage: tar
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog.md
+6
-0
6 additions, 0 deletions
ChangeLog.md
haskell-language-server.cabal
+2
-2
2 additions, 2 deletions
haskell-language-server.cabal
plugins/hls-stan-plugin/hls-stan-plugin.cabal
+1
-1
1 addition, 1 deletion
plugins/hls-stan-plugin/hls-stan-plugin.cabal
with
9 additions
and
3 deletions
ChangeLog.md
+
6
−
0
View file @
1fcb3233
# 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
...
...
This diff is collapsed.
Click to expand it.
haskell-language-server.cabal
+
2
−
2
View file @
1fcb3233
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
...
...
This diff is collapsed.
Click to expand it.
plugins/hls-stan-plugin/hls-stan-plugin.cabal
+
1
−
1
View file @
1fcb3233
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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment