Commit 44b0223a authored by Fabien Maniere's avatar Fabien Maniere

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
...@@ -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
......
...@@ -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: 01292aae6e1008e7618b88cddcfdca3b04f0d92e tag: 3afad0c62f2572e9463b4c8d3009ab251aa46d23
source-repository-package source-repository-package
type: git type: git
......
...@@ -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-02-17T10:13:39Z index-state: hackage.haskell.org 2025-07-16T10:13:39Z
...@@ -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
......
"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": false "test-crypto": true
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":
......
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