From 6e6954e0624e0d65bedd524e873988b341fa343c Mon Sep 17 00:00:00 2001 From: Samuel Evans-Powell Date: Mon, 20 Jun 2022 11:36:02 +0800 Subject: [PATCH] Fix CI build issues - Update index-state to make required version of semialign available to aeson2. - Constrain cborg to <= 0.2.5.0 due to issues building with ghc-8.10.7: https://github.com/well-typed/cborg/issues/293 --- cabal.project | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cabal.project b/cabal.project index 0c237fdae..60d5497b4 100644 --- a/cabal.project +++ b/cabal.project @@ -1,7 +1,10 @@ -index-state: 2021-10-05T00:00:00Z +-- semialign-1.2.0.1 (required by aeson2) was uploaded on 2021-10-31 +index-state: 2021-11-01T00:00:00Z with-compiler: ghc-8.10.7 constraints: ghcjs-base >=0.2.0.3 + -- See https://github.com/well-typed/qualification/issues/293 + , cborg <= 0.2.5.0 packages: command-line/cardano-addresses-cli.cabal