From cd9f8020bb3c5506f3f5c25cfc18f122574646ab Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 20 Jan 2025 07:12:17 -0800 Subject: [PATCH] Add GHC 9.2.8 to github CI (#483) Summary: Pull Request resolved: https://github.com/facebookincubator/Glean/pull/483 Reviewed By: josefs Differential Revision: D68326850 --- .github/workflows/ci.yml | 4 ++-- glean.cabal.in | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46c503603..c6a4120b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: strategy: fail-fast: false matrix: - ghc: [8.6.5, 8.8.4, 8.10.7] + ghc: [8.6.5, 8.8.4, 8.10.7, 9.2.8] compiler: [gcc] include: - - ghc: 8.10.7 + - ghc: 9.2.8 compiler: clang runs-on: 32-core-ubuntu container: diff --git a/glean.cabal.in b/glean.cabal.in index ad797d866..47943b9eb 100644 --- a/glean.cabal.in +++ b/glean.cabal.in @@ -1116,7 +1116,8 @@ executable hiedb-indexer glean:schema, glean:stubs, glean:util, - hiedb, + hie-compat < 0.3.1.2, + hiedb < 0.5, split, sqlite-simple,