haskell-language-server/.github/scripts
fendor 287ee42ab5
Prepare release 2.9.0.0 (#4319)
* Prepare release 2.9.0.0

* Bump 'bytestring' version for release CI test scripts

The older 'bytestring-0.11.1.0' version doesn't compile with the recent
GHC 9.10.1 release. Bump the version to '0.12.1.0' which can be
successfully compiled on all supported GHC versions.

* Update supported GHC version table

* Move plugin ghc support conditionals into .cabal file

Having them in the cabal.project file is a very neat way to
enable/disable a plugin, but it negatively affects Hackage users as they
can no longer trivially install HLS from Hackage.

This discussion might be revisited in the future, but not during a
release process.

* Disable tests and benchmarks in release test pipeline

On some platforms, building bytestring-0.12.1.0 is not fully supported
yet. Hence, we disable tests and benchmarks, to allow building on the
platform Windows with GHC 9.10.1.

* Always show debug output in release test ci

* Upgrade cabal version in the release pipeline

* Switch to `text` for release test package

---------

Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
2024-06-19 10:35:14 +02:00
..
bindist.sh Fix cleanup 2023-06-30 16:41:02 +02:00
brew.sh Migrate release CI to github (#3406) 2023-03-23 11:23:18 +00:00
build.sh Remove locale workaround for Module name that conatins non-ascii characters (#4106) 2024-02-29 18:55:50 +01:00
cabal-cache.sh Migrate release CI to github (#3406) 2023-03-23 11:23:18 +00:00
common.sh Remove locale workaround for Module name that conatins non-ascii characters (#4106) 2024-02-29 18:55:50 +01:00
env.sh Prepare release 2.9.0.0 (#4319) 2024-06-19 10:35:14 +02:00
tar.sh Migrate release CI to github (#3406) 2023-03-23 11:23:18 +00:00
test.sh Prepare release 2.9.0.0 (#4319) 2024-06-19 10:35:14 +02:00
untar.sh Migrate release CI to github (#3406) 2023-03-23 11:23:18 +00:00