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