Commit 052ee0a7 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Update project dependencies

parent 77fe2ea6
Pipeline #5702 passed with stages
in 106 minutes and 47 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="c9fe39301e8b60bfd183e60e7e25a14cd1c9c66d8739bf9041ca3f4db89db7c6" expected_cabal_project_hash="c9fe39301e8b60bfd183e60e7e25a14cd1c9c66d8739bf9041ca3f4db89db7c6"
expected_cabal_project_freeze_hash="db24c7d3006167102532e3101e2b49bae13d478003459c7d3f1d66590e57740a" expected_cabal_project_freeze_hash="2c8960ffcf1b94aa11a3543e3b5facd2db5af19569fecaec4bc0ab4c1edd22a5"
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
......
...@@ -585,6 +585,8 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -585,6 +585,8 @@ constraints: any.Cabal ==3.8.1.0,
tasty +unix, tasty +unix,
any.tasty-bench ==0.3.5, any.tasty-bench ==0.3.5,
tasty-bench -debug +tasty, tasty-bench -debug +tasty,
any.tasty-golden ==2.3.5,
tasty-golden -build-example,
any.tasty-hspec ==1.2.0.3, any.tasty-hspec ==1.2.0.3,
any.tasty-hunit ==0.10.1, any.tasty-hunit ==0.10.1,
any.tasty-quickcheck ==0.10.2, any.tasty-quickcheck ==0.10.2,
...@@ -637,6 +639,7 @@ constraints: any.Cabal ==3.8.1.0, ...@@ -637,6 +639,7 @@ constraints: any.Cabal ==3.8.1.0,
transformers-base +orphaninstances, transformers-base +orphaninstances,
any.transformers-compat ==0.7.2, any.transformers-compat ==0.7.2,
transformers-compat -five +five-three -four +generic-deriving +mtl -three -two, transformers-compat -five +five-three -four +generic-deriving +mtl -three -two,
any.tree-diff ==0.3.0.1,
any.tuple ==0.3.0.2, any.tuple ==0.3.0.2,
any.type-equality ==1, any.type-equality ==1,
any.typed-process ==0.2.11.1, any.typed-process ==0.2.11.1,
......
...@@ -323,7 +323,7 @@ flags: ...@@ -323,7 +323,7 @@ flags:
"full-text-search": "full-text-search":
"build-search-demo": false "build-search-demo": false
gargantext: gargantext:
"disable-db-obfuscation-executable": false "disable-db-obfuscation-executable": true
"no-phylo-debug-logs": false "no-phylo-debug-logs": false
"test-crypto": false "test-crypto": false
"generic-deriving": "generic-deriving":
...@@ -562,6 +562,8 @@ flags: ...@@ -562,6 +562,8 @@ flags:
"tasty-bench": "tasty-bench":
debug: false debug: false
tasty: true tasty: true
"tasty-golden":
"build-example": false
texmath: texmath:
executable: false executable: false
server: false server: false
......
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