From 7576128b49cd28d3d59987e61b4331853e93119e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Kaminski?= <pk@intrepidus.pl> Date: Mon, 11 Mar 2024 20:38:59 +0100 Subject: [PATCH] [cabal] fix hash for deps --- bin/update-project-dependencies | 2 +- stack.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/update-project-dependencies b/bin/update-project-dependencies index 67790ac2..43bafc5a 100755 --- a/bin/update-project-dependencies +++ b/bin/update-project-dependencies @@ -18,7 +18,7 @@ fi # with the `sha256sum` result calculated on the `cabal.project` and # `cabal.project.freeze`. This ensures the files stay deterministic so that CI # cache can kick in. -expected_cabal_project_hash="c9fe39301e8b60bfd183e60e7e25a14cd1c9c66d8739bf9041ca3f4db89db7c6" +expected_cabal_project_hash="1cbb47fd3f929a01b3b968cc2e148dcbf5ef4e662e14ed9832d32471a68f6766" expected_cabal_project_freeze_hash="2c8960ffcf1b94aa11a3543e3b5facd2db5af19569fecaec4bc0ab4c1edd22a5" cabal --store-dir=$STORE_DIR v2-build --dry-run diff --git a/stack.yaml b/stack.yaml index d2d1e21b..c56c2420 100644 --- a/stack.yaml +++ b/stack.yaml @@ -147,7 +147,7 @@ git: "https://gitlab.iscpif.fr/gargantext/crawlers/istex.git" subdirs: - . -- commit: cd179f6dda15d77a085c0176284c921b7bc50c46 +- commit: ceb8f2cebd4890b6d9d151ab01ee14e925bc0499 git: "https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git" subdirs: - . @@ -323,7 +323,7 @@ flags: "full-text-search": "build-search-demo": false gargantext: - "disable-db-obfuscation-executable": true + "disable-db-obfuscation-executable": false "no-phylo-debug-logs": false "test-crypto": false "generic-deriving": -- 2.21.0