Commit aa2347bf authored by Grégoire Locqueville's avatar Grégoire Locqueville

Update project dependencies

parent e11115af
Pipeline #7622 passed with stages
in 41 minutes and 51 seconds
...@@ -16,8 +16,8 @@ fi ...@@ -16,8 +16,8 @@ fi
# with the `sha256sum` result calculated on the `cabal.project` and # with the `sha256sum` result calculated on the `cabal.project` and
# `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="fcbc1b20e5d25b21bcae8a7704d947277c88868286236a6c0220cbd6bab7900d" expected_cabal_project_hash="7d021a8e3d0b68421e26bdfe4e1da82f6ea26b6c420fc984b3c30c14bc5fea98"
expected_cabal_project_freeze_hash="cad171505c2922f5ec84c13915b2803c037b9c770a11471e908db3c417022d80" expected_cabal_project_freeze_hash="553b98aadb35506a305bd740cdd71f5fadc1e6d55d10f91cf39daa6735a63d78"
cabal --store-dir=$STORE_DIR v2-build --dry-run cabal --store-dir=$STORE_DIR v2-build --dry-run
......
...@@ -87,7 +87,7 @@ source-repository-package ...@@ -87,7 +87,7 @@ source-repository-package
source-repository-package source-repository-package
type: git type: git
location: https://gitlab.iscpif.fr/gargantext/gargantext-graph.git location: https://gitlab.iscpif.fr/gargantext/gargantext-graph.git
tag: 8bb4ade850ea96f9664b202672ea65081861e42d tag: 316d48b6a89593faaf1f2102e9714cea7e416e56
subdir: gargantext-graph-core subdir: gargantext-graph-core
-- Support for GHC 9.6.x -- Support for GHC 9.6.x
...@@ -99,7 +99,7 @@ source-repository-package ...@@ -99,7 +99,7 @@ source-repository-package
source-repository-package source-repository-package
type: git type: git
location: https://gitlab.iscpif.fr/gargantext/haskell-igraph.git location: https://gitlab.iscpif.fr/gargantext/haskell-igraph.git
tag: 786f459fea3d2ae4445c41af6f72ff7a689084cc tag: 05e62da3aa466b7d0608d4918b030dc024119b32
source-repository-package source-repository-package
type: git type: git
......
...@@ -225,7 +225,7 @@ constraints: any.Boolean ==0.2.4, ...@@ -225,7 +225,7 @@ constraints: any.Boolean ==0.2.4,
any.haskell-bee ==0.1.0.0, any.haskell-bee ==0.1.0.0,
any.haskell-bee-pgmq ==0.1.0.0, any.haskell-bee-pgmq ==0.1.0.0,
any.haskell-bee-tests ==0.1.0.0, any.haskell-bee-tests ==0.1.0.0,
any.haskell-igraph ==0.10.4, any.haskell-igraph ==0.10.4.1,
any.haskell-lexer ==1.1.2, any.haskell-lexer ==1.1.2,
any.haskell-pgmq ==0.1.0.0, any.haskell-pgmq ==0.1.0.0,
any.haskell-src-exts ==1.23.1, any.haskell-src-exts ==1.23.1,
......
...@@ -552,7 +552,7 @@ library ...@@ -552,7 +552,7 @@ library
, graphviz ^>= 2999.20.1.0 , graphviz ^>= 2999.20.1.0
, haskell-bee , haskell-bee
, haskell-bee-pgmq , haskell-bee-pgmq
, haskell-igraph ^>= 0.10.4 , haskell-igraph ^>= 0.10.4.1
, haskell-pgmq >= 0.1.0.0 && < 0.2 , haskell-pgmq >= 0.1.0.0 && < 0.2
, haskell-throttle , haskell-throttle
, hlcm ^>= 0.2.2 , hlcm ^>= 0.2.2
......
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
git: "https://gitlab.iscpif.fr/gargantext/crawlers/pubmed.git" git: "https://gitlab.iscpif.fr/gargantext/crawlers/pubmed.git"
subdirs: subdirs:
- . - .
- commit: 8bb4ade850ea96f9664b202672ea65081861e42d - commit: 316d48b6a89593faaf1f2102e9714cea7e416e56
git: "https://gitlab.iscpif.fr/gargantext/gargantext-graph.git" git: "https://gitlab.iscpif.fr/gargantext/gargantext-graph.git"
subdirs: subdirs:
- "gargantext-graph-core" - "gargantext-graph-core"
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
git: "https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude" git: "https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude"
subdirs: subdirs:
- . - .
- commit: 786f459fea3d2ae4445c41af6f72ff7a689084cc - commit: 05e62da3aa466b7d0608d4918b030dc024119b32
git: "https://gitlab.iscpif.fr/gargantext/haskell-igraph.git" git: "https://gitlab.iscpif.fr/gargantext/haskell-igraph.git"
subdirs: subdirs:
- . - .
......
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