Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
93d91e0c
Commit
93d91e0c
authored
May 26, 2025
by
Grégoire Locqueville
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update project dependencies
parent
eae633f9
Pipeline
#7611
passed with stages
in 62 minutes and 44 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
update-project-dependencies
bin/update-project-dependencies
+2
-2
cabal.project
cabal.project
+2
-2
cabal.project.freeze
cabal.project.freeze
+1
-1
gargantext.cabal
gargantext.cabal
+1
-1
stack.yaml
stack.yaml
+2
-2
No files found.
bin/update-project-dependencies
View file @
93d91e0c
...
@@ -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
...
...
cabal.project
View file @
93d91e0c
...
@@ -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
:
8
bb4ade850ea96f9664b202672ea65081861e42d
tag
:
316
d48b6a89593faaf1f2102e9714cea7e416e56
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
:
786f459f
ea3d2ae4445c41af6f72ff7a689084cc
tag
:
05e62
da3aa466b7d0608d4918b030dc024119b32
source
-
repository
-
package
source
-
repository
-
package
type
:
git
type
:
git
...
...
cabal.project.freeze
View file @
93d91e0c
...
@@ -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,
...
...
gargantext.cabal
View file @
93d91e0c
...
@@ -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
...
...
stack.yaml
View file @
93d91e0c
...
@@ -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
:
-
.
-
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment