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
191
Issues
191
List
Board
Labels
Milestones
Merge Requests
8
Merge Requests
8
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
78053f5a
Commit
78053f5a
authored
Jul 17, 2025
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update process library to 1.6.26.1
parent
64e2a689
Pipeline
#7751
failed with stages
in 15 minutes
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 @
78053f5a
...
@@ -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
=
"
eb8fdb1a14aa2f7a13f565cf7fa9f6ab0e2dab9212538aed0db5691015be286b
"
expected_cabal_project_hash
=
"
9f2ca947df47c78d0cfaa1a476a91363d56858fa50c3368911ab65ad665ef319
"
expected_cabal_project_freeze_hash
=
"
553b98aadb35506a305bd740cdd71f5fadc1e6d55d10f91cf39daa6735a63d78
"
expected_cabal_project_freeze_hash
=
"
f54ed725f2aa92d79d70e04a454e36c9d4cd77ca1a790c6f8f207360f12aa0e2
"
cabal
--store-dir
=
$STORE_DIR
v2-build
--dry-run
cabal
--store-dir
=
$STORE_DIR
v2-build
--dry-run
...
...
cabal.project
View file @
78053f5a
...
@@ -7,6 +7,7 @@ with-compiler: ghc-9.6.6
...
@@ -7,6 +7,7 @@ with-compiler: ghc-9.6.6
optimization
:
2
optimization
:
2
benchmarks
:
False
benchmarks
:
False
tests
:
True
tests
:
True
allow
-
newer
:
*:
process
packages
:
packages
:
./
./
...
@@ -82,7 +83,7 @@ source-repository-package
...
@@ -82,7 +83,7 @@ source-repository-package
source
-
repository
-
package
source
-
repository
-
package
type
:
git
type
:
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
crawlers
/
pubmed
.
git
location
:
https
://
gitlab
.
iscpif
.
fr
/
gargantext
/
crawlers
/
pubmed
.
git
tag
:
01292
aae6e1008e7618b88cddcfdca3b04f0d92e
tag
:
3
afad0c62f2572e9463b4c8d3009ab251aa46d23
source
-
repository
-
package
source
-
repository
-
package
type
:
git
type
:
git
...
...
cabal.project.freeze
View file @
78053f5a
...
@@ -400,7 +400,7 @@ constraints: any.Boolean ==0.2.4,
...
@@ -400,7 +400,7 @@ constraints: any.Boolean ==0.2.4,
any.primitive ==0.8.0.0,
any.primitive ==0.8.0.0,
any.primitive-extras ==0.10.2.2,
any.primitive-extras ==0.10.2.2,
any.primitive-unlifted ==2.2.0.0,
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.product-profunctors ==0.11.1.1,
any.profunctors ==5.6.2,
any.profunctors ==5.6.2,
any.promises ==0.3,
any.promises ==0.3,
...
@@ -627,4 +627,4 @@ constraints: any.Boolean ==0.2.4,
...
@@ -627,4 +627,4 @@ constraints: any.Boolean ==0.2.4,
zlib -bundled-c-zlib +non-blocking-ffi +pkg-config,
zlib -bundled-c-zlib +non-blocking-ffi +pkg-config,
any.zstd ==0.1.3.0,
any.zstd ==0.1.3.0,
zstd +standalone
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 @
78053f5a
...
@@ -592,7 +592,7 @@ library
...
@@ -592,7 +592,7 @@ library
, patches-class ^>= 0.1.0.1
, patches-class ^>= 0.1.0.1
, patches-map ^>= 0.1.0.1
, patches-map ^>= 0.1.0.1
, postgresql-simple >= 0.6.4 && <= 0.7.0.0
, 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
, product-profunctors ^>= 0.11.0.3
, protolude ^>= 0.3.3
, protolude ^>= 0.3.3
, quickcheck-instances ^>= 0.3.25.2
, quickcheck-instances ^>= 0.3.25.2
...
@@ -771,7 +771,7 @@ common commonTestDependencies
...
@@ -771,7 +771,7 @@ common commonTestDependencies
, patches-map ^>= 0.1.0.1
, patches-map ^>= 0.1.0.1
, postgres-options >= 0.2 && < 0.3
, postgres-options >= 0.2 && < 0.3
, postgresql-simple >= 0.6.4 && <= 0.7.0.0
, postgresql-simple >= 0.6.4 && <= 0.7.0.0
, process ^>= 1.6.
18.0
, process ^>= 1.6.
26.1
, product-profunctors
, product-profunctors
, quickcheck-instances ^>= 0.3.25.2
, quickcheck-instances ^>= 0.3.25.2
, random
, random
...
...
stack.yaml
View file @
78053f5a
"
allow-newer"
:
true
"
allow-newer"
:
true
"
extra-deps"
:
"
extra-deps"
:
-
"
Cabal-3.10.3.0"
-
"
KMP-0.2.0.0"
-
"
KMP-0.2.0.0"
-
"
alex-3.5.2.0"
-
"
alex-3.5.2.0"
-
"
ansi-wl-pprint-0.6.9"
-
"
ansi-wl-pprint-0.6.9"
...
@@ -60,6 +61,7 @@
...
@@ -60,6 +61,7 @@
-
"
pretty-simple-4.1.3.0"
-
"
pretty-simple-4.1.3.0"
-
"
primitive-extras-0.10.2.2"
-
"
primitive-extras-0.10.2.2"
-
"
primitive-unlifted-2.2.0.0"
-
"
primitive-unlifted-2.2.0.0"
-
"
process-1.6.26.1"
-
"
psqueues-0.2.8.1"
-
"
psqueues-0.2.8.1"
-
"
rake-0.0.1"
-
"
rake-0.0.1"
-
"
random-1.2.1.3"
-
"
random-1.2.1.3"
...
@@ -166,7 +168,7 @@
...
@@ -166,7 +168,7 @@
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git"
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/openalex.git"
subdirs
:
subdirs
:
-
.
-
.
-
commit
:
01292aae6e1008e7618b88cddcfdca3b04f0d92e
-
commit
:
3afad0c62f2572e9463b4c8d3009ab251aa46d23
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/pubmed.git"
git
:
"
https://gitlab.iscpif.fr/gargantext/crawlers/pubmed.git"
subdirs
:
subdirs
:
-
.
-
.
...
@@ -367,7 +369,7 @@ flags:
...
@@ -367,7 +369,7 @@ flags:
gargantext
:
gargantext
:
"
enable-benchmarks"
:
false
"
enable-benchmarks"
:
false
"
no-phylo-debug-logs"
:
true
"
no-phylo-debug-logs"
:
true
"
test-crypto"
:
fals
e
"
test-crypto"
:
tru
e
graphviz
:
graphviz
:
"
test-parsing"
:
false
"
test-parsing"
:
false
hashable
:
hashable
:
...
@@ -478,6 +480,8 @@ flags:
...
@@ -478,6 +480,8 @@ flags:
prettyprinter
:
prettyprinter
:
buildreadme
:
false
buildreadme
:
false
text
:
true
text
:
true
process
:
"
os-string"
:
false
"
quickcheck-instances"
:
"
quickcheck-instances"
:
"
bytestring-builder"
:
false
"
bytestring-builder"
:
false
reflection
:
reflection
:
...
@@ -540,8 +544,6 @@ flags:
...
@@ -540,8 +544,6 @@ flags:
transformers
:
true
transformers
:
true
tasty
:
tasty
:
unix
:
true
unix
:
true
"
tasty-golden"
:
"
build-example"
:
false
"
text-format"
:
"
text-format"
:
developer
:
false
developer
:
false
"
text-metrics"
:
"
text-metrics"
:
...
...
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