Pin Cabal to 1.22.4.0 to avoid build errors due to multiple versions of Cabal being installed.
Update lens to 4.12.3 Signed-off-by: Brian Foley <[email protected]> --- devel/build_chroot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/build_chroot b/devel/build_chroot index 5e4195e..5519c9e 100755 --- a/devel/build_chroot +++ b/devel/build_chroot @@ -551,7 +551,7 @@ case ${DIST_RELEASE}${VARIANT} in CABAL_INSTALL_VERSION="1.22.4.0" # the version of the Cabal library below must match the version used by # CABAL_INSTALL_VERSION, see the dependencies of cabal-install - CABAL_LIB_VERSION=">=1.22.2 && <1.23" + CABAL_LIB_VERSION="==1.22.3.0" export GHC_VERSION GHC_VARIANT CABAL_INSTALL_VERSION in_chroot -- \ @@ -617,7 +617,7 @@ case ${DIST_RELEASE}${VARIANT} in hslogger==1.2.8 \ json==0.9.1 \ lifted-base==0.2.3.6 \ - lens==4.9.1 \ + lens==4.12.3 \ MonadCatchIO-transformers==0.3.1.3 \ network==2.6.0.2 \ parallel==3.2.0.6 \ -- 2.7.0.rc3.207.g0ac5344
