Commit 484f3aea authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Update project deps

parent 8c98e82b
Pipeline #5644 passed with stages
in 111 minutes and 11 seconds
...@@ -19,7 +19,7 @@ fi ...@@ -19,7 +19,7 @@ fi
# `cabal.project.freeze`. This ensures the files stay deterministic so that CI # `cabal.project.freeze`. This ensures the files stay deterministic so that CI
# cache can kick in. # cache can kick in.
expected_cabal_project_hash="3f5d6b7f26cac4aa5a7f87ba0227a7671041dfe46643ddef79512eb49bd876ec" expected_cabal_project_hash="3f5d6b7f26cac4aa5a7f87ba0227a7671041dfe46643ddef79512eb49bd876ec"
expected_cabal_project_freeze_hash="745c65c246998cfda4d2a7a22df44a9f1f7fb0927e2afc2f16712861bf552c76" expected_cabal_project_freeze_hash="db24c7d3006167102532e3101e2b49bae13d478003459c7d3f1d66590e57740a"
cabal --store-dir=$STORE_DIR v2-build --dry-run cabal --store-dir=$STORE_DIR v2-build --dry-run
cabal2stack --system-ghc --allow-newer --resolver lts-21.17 --resolver-file devops/stack/lts-21.17.yaml -o stack.yaml cabal2stack --system-ghc --allow-newer --resolver lts-21.17 --resolver-file devops/stack/lts-21.17.yaml -o stack.yaml
......
...@@ -178,6 +178,7 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -178,6 +178,7 @@ constraints: any.Cabal ==3.8.1.0,
any.digest ==0.0.1.7, any.digest ==0.0.1.7,
digest +pkg-config, digest +pkg-config,
any.directory ==1.3.7.1, any.directory ==1.3.7.1,
any.discrimination ==0.5,
any.distributive ==0.6.2.1, any.distributive ==0.6.2.1,
distributive +semigroups +tagged, distributive +semigroups +tagged,
any.dlist ==1.0, any.dlist ==1.0,
...@@ -454,6 +455,7 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -454,6 +455,7 @@ constraints: any.Cabal ==3.8.1.0,
any.process ==1.6.17.0, any.process ==1.6.17.0,
any.product-profunctors ==0.11.1.1, any.product-profunctors ==0.11.1.1,
any.profunctors ==5.6.2, any.profunctors ==5.6.2,
any.promises ==0.3,
any.protolude ==0.3.3, any.protolude ==0.3.3,
any.psqueues ==0.2.7.3, any.psqueues ==0.2.7.3,
any.pureMD5 ==2.1.4, any.pureMD5 ==2.1.4,
......
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
git: "https://gitlab.iscpif.fr/gargantext/crawlers/istex.git" git: "https://gitlab.iscpif.fr/gargantext/crawlers/istex.git"
subdirs: subdirs:
- . - .
- commit: 35a95e7e8da655f868d5420aa29e835a813fa3a2 - commit: cd179f6dda15d77a085c0176284c921b7bc50c46
git: "https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git" git: "https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git"
subdirs: subdirs:
- . - .
...@@ -324,6 +324,7 @@ flags: ...@@ -324,6 +324,7 @@ flags:
"build-search-demo": false "build-search-demo": false
gargantext: gargantext:
"disable-db-obfuscation-executable": false "disable-db-obfuscation-executable": false
"no-phylo-debug-logs": false
"test-crypto": false "test-crypto": false
"generic-deriving": "generic-deriving":
"base-4-9": true "base-4-9": true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment