Skip to content

Prepare release 1.9.0.0 #3409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ variables:
CABAL_PROJECT: cabal.project
- GHC_VERSION: 9.0.2
CABAL_PROJECT: cabal.project
- GHC_VERSION: 9.2.4
CABAL_PROJECT: cabal.project
- GHC_VERSION: 9.2.5
CABAL_PROJECT: cabal.project
- GHC_VERSION: 9.4.2
CABAL_PROJECT: cabal.project
- GHC_VERSION: 9.4.3
CABAL_PROJECT: cabal.project
- GHC_VERSION: 9.4.4
CABAL_PROJECT: cabal.project

workflow:
rules:
Expand Down
253 changes: 253 additions & 0 deletions ChangeLog.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ghcide-bench/ghcide-bench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 3.0
build-type: Simple
category: Development
name: ghcide-bench
version: 0.1
version: 0.1.1
license: Apache-2.0
license-file: LICENSE
author: The Haskell IDE team
Expand Down
6 changes: 3 additions & 3 deletions ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 3.0
build-type: Simple
category: Development
name: ghcide
version: 1.8.0.0
version: 1.9.0.0
license: Apache-2.0
license-file: LICENSE
author: Digital Asset and Ghcide contributors
Expand Down Expand Up @@ -65,7 +65,7 @@ library
haddock-library >= 1.8 && < 1.12,
hashable,
hie-compat ^>= 0.3.0.0,
hls-plugin-api ^>= 1.5,
hls-plugin-api ^>= 1.6,
lens,
list-t,
hiedb == 0.4.2.*,
Expand All @@ -80,7 +80,7 @@ library
regex-tdfa >= 1.3.1.0,
text-rope,
safe-exceptions,
hls-graph ^>= 1.8,
hls-graph ^>= 1.9,
sorted-list,
sqlite-simple,
stm,
Expand Down
2 changes: 1 addition & 1 deletion ghcide/test/ghcide-test-utils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cabal-version: 3.0
build-type: Simple
category: Development
name: ghcide-test-utils
version: 1.8.0.0
version: 1.9.0.0
license: Apache-2.0
license-file: LICENSE
author: Digital Asset and Ghcide contributors
Expand Down
26 changes: 13 additions & 13 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.9.0.0
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 @@ -243,12 +243,12 @@ common haddockComments

common eval
if flag(eval) && (impl(ghc < 9.4.1) || flag(ignore-plugins-ghc-bounds))
build-depends: hls-eval-plugin ^>= 1.3
build-depends: hls-eval-plugin ^>= 1.4
cpp-options: -Dhls_eval

common importLens
if flag(importLens)
build-depends: hls-explicit-imports-plugin ^>= 1.1
build-depends: hls-explicit-imports-plugin ^>= 1.2
cpp-options: -Dhls_importLens

common refineImports
Expand All @@ -268,7 +268,7 @@ common retrie

common tactic
if flag(tactic) && (impl(ghc < 9.2.1) || flag(ignore-plugins-ghc-bounds))
build-depends: hls-tactics-plugin ^>= 1.7
build-depends: hls-tactics-plugin ^>= 1.8
cpp-options: -Dhls_tactic

common hlint
Expand Down Expand Up @@ -298,7 +298,7 @@ common splice

common alternateNumberFormat
if flag(alternateNumberFormat)
build-depends: hls-alternate-number-format-plugin ^>= 1.2
build-depends: hls-alternate-number-format-plugin ^>= 1.3
cpp-options: -Dhls_alternateNumberFormat

common qualifyImportedNames
Expand All @@ -308,12 +308,12 @@ common qualifyImportedNames

common codeRange
if flag(codeRange)
build-depends: hls-code-range-plugin ^>= 1.0
build-depends: hls-code-range-plugin ^>= 1.1
cpp-options: -Dhls_codeRange

common changeTypeSignature
if flag(changeTypeSignature)
build-depends: hls-change-type-signature-plugin ^>= 1.0
build-depends: hls-change-type-signature-plugin ^>= 1.1
cpp-options: -Dhls_changeTypeSignature

common gadt
Expand All @@ -323,7 +323,7 @@ common gadt

common explicitFixity
if flag(explicitFixity)
build-depends: hls-explicit-fixity-plugin ^>= 1.0
build-depends: hls-explicit-fixity-plugin ^>= 1.1
cpp-options: -DexplicitFixity

common explicitFields
Expand Down Expand Up @@ -355,12 +355,12 @@ common stylishHaskell

common brittany
if flag(brittany) && (impl(ghc < 9.0.2) || flag(ignore-plugins-ghc-bounds))
build-depends: hls-brittany-plugin ^>= 1.0
build-depends: hls-brittany-plugin ^>= 1.1
cpp-options: -Dhls_brittany

common refactor
if flag(refactor)
build-depends: hls-refactor-plugin ^>= 1.0
build-depends: hls-refactor-plugin ^>= 1.1
cpp-options: -Dhls_refactor

library
Expand Down Expand Up @@ -416,12 +416,12 @@ library
, cryptohash-sha1
, data-default
, ghc
, ghcide ^>=1.8
, ghcide ^>=1.9
, githash >=0.1.6.1
, lsp
, hie-bios
, hiedb
, hls-plugin-api ^>=1.5
, hls-plugin-api ^>=1.6
, optparse-applicative
, optparse-simple
, process
Expand Down Expand Up @@ -561,7 +561,7 @@ test-suite func-test
, lens-aeson
, ghcide
, ghcide-test-utils
, hls-test-utils ^>=1.4
, hls-test-utils ^>=1.5
, lsp-types
, aeson
, hls-plugin-api
Expand Down
2 changes: 1 addition & 1 deletion hie-compat/hie-compat.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.22
name: hie-compat
version: 0.3.0.0
version: 0.3.1.0
synopsis: HIE files for GHC 8.8 and other HIE file backports
license: Apache-2.0
description:
Expand Down
2 changes: 1 addition & 1 deletion hls-graph/hls-graph.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hls-graph
version: 1.8.0.0
version: 1.9.0.0
synopsis: Haskell Language Server internal graph API
description:
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server/tree/master/hls-graph#readme>
Expand Down
4 changes: 2 additions & 2 deletions hls-plugin-api/hls-plugin-api.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hls-plugin-api
version: 1.5.0.0
version: 1.6.0.0
synopsis: Haskell Language Server API for plugin communication
description:
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
Expand Down Expand Up @@ -55,7 +55,7 @@ library
, filepath
, ghc
, hashable
, hls-graph ^>= 1.8
, hls-graph ^>= 1.9
, lens
, lens-aeson
, lsp ^>=1.6.0.0
Expand Down
6 changes: 3 additions & 3 deletions hls-test-utils/hls-test-utils.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hls-test-utils
version: 1.4.0.0
version: 1.5.0.0
synopsis: Utilities used in the tests of Haskell Language Server
description:
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
Expand Down Expand Up @@ -41,9 +41,9 @@ library
, directory
, extra
, filepath
, ghcide ^>=1.8
, ghcide ^>=1.9
, hls-graph
, hls-plugin-api ^>=1.5
, hls-plugin-api ^>=1.6
, lens
, lsp ^>=1.6.0.0
, lsp-test ^>=0.14
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hls-alternate-number-format-plugin
version: 1.2.0.0
version: 1.3.0.0
synopsis: Provide Alternate Number Formats plugin for Haskell Language Server
description:
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
Expand Down Expand Up @@ -32,10 +32,10 @@ library
, base >=4.12 && < 5
, containers
, extra
, ghcide ^>= 1.8
, ghcide ^>= 1.9
, ghc-boot-th
, hls-graph
, hls-plugin-api ^>= 1.5
, hls-plugin-api ^>= 1.6
, hie-compat
, lens
, lsp ^>=1.6
Expand Down Expand Up @@ -64,7 +64,7 @@ test-suite tests
, base >=4.12 && < 5
, filepath
, hls-alternate-number-format-plugin
, hls-test-utils ^>=1.3 || ^>= 1.4
, hls-test-utils ^>=1.5
, lsp
, QuickCheck
, regex-tdfa
Expand Down
8 changes: 4 additions & 4 deletions plugins/hls-brittany-plugin/hls-brittany-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hls-brittany-plugin
version: 1.0.2.2
version: 1.1.0.0
synopsis: Integration with the Brittany code formatter
description:
Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
Expand Down Expand Up @@ -33,8 +33,8 @@ library
, brittany >=0.13.1.0 && < 0.14.0.1 || > 0.14.0.1
, filepath
, ghc-boot-th
, ghcide ^>= 1.6 || ^>= 1.7 || ^>= 1.8
, hls-plugin-api ^>= 1.3 || ^>= 1.4 || ^>= 1.5
, ghcide ^>= 1.6 || ^>= 1.7 || ^>= 1.8 || ^>= 1.9
, hls-plugin-api ^>= 1.3 || ^>= 1.4 || ^>= 1.5 || ^>= 1.6
, lens
, lsp-types
, text
Expand All @@ -60,4 +60,4 @@ test-suite tests
, base
, filepath
, hls-brittany-plugin
, hls-test-utils ^>=1.3 || ^>= 1.4
, hls-test-utils ^>=1.5
6 changes: 3 additions & 3 deletions plugins/hls-cabal-fmt-plugin/hls-cabal-fmt-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ library
, base >=4.12 && <5
, directory
, filepath
, ghcide ^>=1.7 || ^>=1.8
, hls-plugin-api ^>=1.5
, ghcide ^>= 1.9
, hls-plugin-api ^>= 1.6
, lens
, lsp-types
, process
Expand All @@ -53,7 +53,7 @@ test-suite tests
, directory
, filepath
, hls-cabal-fmt-plugin
, hls-test-utils ^>=1.4
, hls-test-utils ^>=1.5

if flag(isolateTests)
build-tool-depends: cabal-fmt:cabal-fmt ^>=0.1.6
8 changes: 4 additions & 4 deletions plugins/hls-cabal-plugin/hls-cabal-plugin.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ library
, deepseq
, directory
, extra >=1.7.4
, ghcide ^>= 1.8
, ghcide ^>= 1.9
, hashable
, hls-plugin-api ^>=1.5
, hls-graph ^>=1.8
, hls-plugin-api ^>=1.6
, hls-graph ^>=1.9
, lsp ^>=1.6.0.0
, lsp-types ^>=1.6.0.0
, regex-tdfa ^>=1.3.1
Expand All @@ -74,7 +74,7 @@ test-suite tests
, filepath
, ghcide
, hls-cabal-plugin
, hls-test-utils ^>=1.4
, hls-test-utils ^>=1.5
, lens
, lsp-types
, tasty-hunit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ library
, base >=4.12 && <5
, containers
, extra
, ghcide ^>= 1.8
, ghcide ^>= 1.9
, hiedb
, hls-plugin-api ^>= 1.5
, hls-plugin-api ^>= 1.6
, lens
, lsp >=1.2.0.1
, sqlite-simple
Expand All @@ -59,7 +59,7 @@ test-suite tests
, extra
, filepath
, hls-call-hierarchy-plugin
, hls-test-utils ^>=1.4
, hls-test-utils ^>=1.5
, ghcide-test-utils
, lens
, lsp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hls-change-type-signature-plugin
version: 1.0.1.1
version: 1.1.0.0
synopsis: Change a declarations type signature with a Code Action
description:
Please see the README on GitHub at <https://github.com/haskell/plugins/hls-change-type-signature-plugin/README.md>
Expand Down Expand Up @@ -28,8 +28,8 @@ library
hs-source-dirs: src
build-depends:
, base >=4.12 && < 5
, ghcide ^>=1.8
, hls-plugin-api ^>=1.5
, ghcide ^>=1.9
, hls-plugin-api ^>=1.6
, lsp-types
, regex-tdfa
, syb
Expand Down Expand Up @@ -61,7 +61,7 @@ test-suite tests
, base >=4.12 && < 5
, filepath
, hls-change-type-signature-plugin
, hls-test-utils ^>=1.4
, hls-test-utils ^>=1.5
, lsp
, QuickCheck
, regex-tdfa
Expand Down
8 changes: 4 additions & 4 deletions plugins/hls-class-plugin/hls-class-plugin.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hls-class-plugin
version: 1.1.0.0
version: 1.1.1.0
synopsis:
Class/instance management plugin for Haskell Language Server

Expand Down Expand Up @@ -39,10 +39,10 @@ library
, deepseq
, extra
, ghc
, ghcide ^>=1.8
, ghcide ^>=1.9
, ghc-boot-th
, hls-graph
, hls-plugin-api ^>=1.5
, hls-plugin-api ^>=1.6
, lens
, lsp
, text
Expand Down Expand Up @@ -74,6 +74,6 @@ test-suite tests
, ghcide
, hls-class-plugin
, hls-plugin-api
, hls-test-utils ^>=1.4
, hls-test-utils ^>=1.5
, lens
, lsp-types
Loading