Skip to content

Bump up the required version of GHC to 9.2

Yiyun Liu requested to merge yiyunliu/ghc:bump-autoconf-9.2 into master

The master branch now depends on Solo, which isn't available in base versions prior to 4.16.0.0. Building with GHC 9.0.2 (the recommended version by ghcup) would fail at stage 0.

This patch just bumps up the required version of GHC to 9.2 in configure.ac.

Merge request reports