From 00d8708159637571416d4c543d70e7bcb4836e58 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 20 Jan 2025 08:58:45 -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..4784fa48a 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.4.3, split, sqlite-simple,