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
199
Issues
199
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
44b0223a
Commit
44b0223a
authored
Jul 17, 2025
by
Fabien Maniere
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'adinapoli/bump-process' into 'dev'
Update process library to 1.6.26.1 See merge request
!426
parents
64e2a689
78053f5a
Pipeline
#7752
failed with stages
in 12 minutes and 50 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
11 deletions
+14
-11
update-project-dependencies
bin/update-project-dependencies
+2
-2
cabal.project
cabal.project
+2
-1
cabal.project.freeze
cabal.project.freeze
+2
-2
gargantext.cabal
gargantext.cabal
+2
-2
stack.yaml
stack.yaml
+6
-4
No files found.
bin/update-project-dependencies
View file @
44b0223a
...
...
@@ -16,8 +16,8 @@ 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
=
"
eb8fdb1a14aa2f7a13f565cf7fa9f6ab0e2dab9212538aed0db5691015be286b
"
expected_cabal_project_freeze_hash
=
"
553b98aadb35506a305bd740cdd71f5fadc1e6d55d10f91cf39daa6735a63d78
"
expected_cabal_project_hash
=
"
9f2ca947df47c78d0cfaa1a476a91363d56858fa50c3368911ab65ad665ef319
"
expected_cabal_project_freeze_hash
=
"
f54ed725f2aa92d79d70e04a454e36c9d4cd77ca1a790c6f8f207360f12aa0e2
"
cabal
--store-dir
=
$STORE_DIR
v2-build
--dry-run
...
...
cabal.project
View file @
44b0223a
...
...
@@ -7,6 +7,7 @@ with-compiler: ghc-9.6.6
optimization
:
2
benchmarks
:
False
tests
:
True
allow
-
newer
:
*:
process
packages
:
./
...
...
@@ -82,7 +83,7 @@ source-repository-package
source
-
repository
-
package
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
crawlers
/
pubmed
.
git
tag
:
01292
aae6e1008e7618b88cddcfdca3b04f0d92e
tag
:
3
afad0c62f2572e9463b4c8d3009ab251aa46d23
source
-
repository
-
package
type
:
git
...
...
cabal.project.freeze
View file @
44b0223a
...
...
@@ -400,7 +400,7 @@ constraints: any.Boolean ==0.2.4,
any.primitive ==0.8.0.0,
any.primitive-extras ==0.10.2.2,
any.primitive-unlifted ==2.2.0.0,
any.process ==1.6.
19.0
,
any.process ==1.6.
26.1
,
any.product-profunctors ==0.11.1.1,
any.profunctors ==5.6.2,
any.promises ==0.3,
...
...
@@ -627,4 +627,4 @@ constraints: any.Boolean ==0.2.4,
zlib -bundled-c-zlib +non-blocking-ffi +pkg-config,
any.zstd ==0.1.3.0,
zstd +standalone
index-state: hackage.haskell.org 2025-0
2-17
T10:13:39Z
index-state: hackage.haskell.org 2025-0
7-16
T10:13:39Z
gargantext.cabal
View file @
44b0223a
...
...
@@ -592,7 +592,7 @@ library
, patches-class ^>= 0.1.0.1
, patches-map ^>= 0.1.0.1
, postgresql-simple >= 0.6.4 && <= 0.7.0.0
, process ^>= 1.6.
18.0
, process ^>= 1.6.
26.1
, product-profunctors ^>= 0.11.0.3
, protolude ^>= 0.3.3
, quickcheck-instances ^>= 0.3.25.2
...
...
@@ -771,7 +771,7 @@ common commonTestDependencies
, patches-map ^>= 0.1.0.1
, postgres-options >= 0.2 && < 0.3
, postgresql-simple >= 0.6.4 && <= 0.7.0.0
, process ^>= 1.6.
18.0
, process ^>= 1.6.
26.1
, product-profunctors
, quickcheck-instances ^>= 0.3.25.2
, random
...
...
stack.yaml
View file @
44b0223a
"
allow-newer"
:
true
"
extra-deps"
:
-
"
Cabal-3.10.3.0"
-
"
KMP-0.2.0.0"
-
"
alex-3.5.2.0"
-
"
ansi-wl-pprint-0.6.9"
...
...
@@ -60,6 +61,7 @@
-
"
pretty-simple-4.1.3.0"
-
"
primitive-extras-0.10.2.2"
-
"
primitive-unlifted-2.2.0.0"
-
"
process-1.6.26.1"
-
"
psqueues-0.2.8.1"
-
"
rake-0.0.1"
-
"
random-1.2.1.3"
...
...
@@ -166,7 +168,7 @@
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git"
subdirs
:
-
.
-
commit
:
01292aae6e1008e7618b88cddcfdca3b04f0d92e
-
commit
:
3afad0c62f2572e9463b4c8d3009ab251aa46d23
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/pubmed.git"
subdirs
:
-
.
...
...
@@ -367,7 +369,7 @@ flags:
gargantext
:
"
enable-benchmarks"
:
false
"
no-phylo-debug-logs"
:
true
"
test-crypto"
:
fals
e
"
test-crypto"
:
tru
e
graphviz
:
"
test-parsing"
:
false
hashable
:
...
...
@@ -478,6 +480,8 @@ flags:
prettyprinter
:
buildreadme
:
false
text
:
true
process
:
"
os-string"
:
false
"
quickcheck-instances"
:
"
bytestring-builder"
:
false
reflection
:
...
...
@@ -540,8 +544,6 @@ flags:
transformers
:
true
tasty
:
unix
:
true
"
tasty-golden"
:
"
build-example"
:
false
"
text-format"
:
developer
:
false
"
text-metrics"
:
...
...
Fabien Maniere
@fmaniere
mentioned in commit
c0b775e0
·
Jul 17, 2025
mentioned in commit
c0b775e0
mentioned in commit c0b775e04e96f95a8439ea79ff96d58318894864
Toggle commit list
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