[cabal] update haskell-bee dependency

Also, add openblas to freeze, for hmatrix.

Openblas seems to be used anyways, at least based on this flake
comment:
!258 (comment 10151)
parent 87de05e5
...@@ -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="d42601692314c6a64bfc43220ad517a14a5d21467babd89d6e604bdee056b721"
expected_cabal_project_freeze_hash="553b98aadb35506a305bd740cdd71f5fadc1e6d55d10f91cf39daa6735a63d78" expected_cabal_project_freeze_hash="a5eb1d9a331266fef56f490712decbd3eaff1fd0daa8bc63f893238a7f47df93"
cabal --store-dir=$STORE_DIR v2-build --dry-run cabal --store-dir=$STORE_DIR v2-build --dry-run
......
...@@ -156,7 +156,7 @@ source-repository-package ...@@ -156,7 +156,7 @@ source-repository-package
source-repository-package source-repository-package
type: git type: git
location: https://gitlab.iscpif.fr/gargantext/haskell-bee location: https://gitlab.iscpif.fr/gargantext/haskell-bee
tag: 05c39e424d15149dc32097b3318cb6007e0e7052 tag: 062c5397bd5a3ea781bce645e4a04001f81f3f12
subdir: haskell-bee/ subdir: haskell-bee/
haskell-bee-pgmq/ haskell-bee-pgmq/
haskell-bee-tests/ haskell-bee-tests/
......
...@@ -236,7 +236,7 @@ constraints: any.Boolean ==0.2.4, ...@@ -236,7 +236,7 @@ constraints: any.Boolean ==0.2.4,
hedis -dev, hedis -dev,
any.hlcm ==0.2.2, any.hlcm ==0.2.2,
any.hmatrix ==0.20.2, any.hmatrix ==0.20.2,
hmatrix -disable-default-paths -no-random_r -openblas, hmatrix -disable-default-paths -no-random_r +openblas,
any.hmatrix-gsl-stats ==0.4.1.8, any.hmatrix-gsl-stats ==0.4.1.8,
hmatrix-gsl-stats -onlygsl, hmatrix-gsl-stats -onlygsl,
any.hourglass ==0.2.12, any.hourglass ==0.2.12,
......
...@@ -174,15 +174,15 @@ ...@@ -174,15 +174,15 @@
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"
- commit: 05c39e424d15149dc32097b3318cb6007e0e7052 - commit: 062c5397bd5a3ea781bce645e4a04001f81f3f12
git: "https://gitlab.iscpif.fr/gargantext/haskell-bee" git: "https://gitlab.iscpif.fr/gargantext/haskell-bee"
subdirs: subdirs:
- "haskell-bee-pgmq/" - "haskell-bee-pgmq/"
- commit: 05c39e424d15149dc32097b3318cb6007e0e7052 - commit: 062c5397bd5a3ea781bce645e4a04001f81f3f12
git: "https://gitlab.iscpif.fr/gargantext/haskell-bee" git: "https://gitlab.iscpif.fr/gargantext/haskell-bee"
subdirs: subdirs:
- "haskell-bee-tests/" - "haskell-bee-tests/"
- commit: 05c39e424d15149dc32097b3318cb6007e0e7052 - commit: 062c5397bd5a3ea781bce645e4a04001f81f3f12
git: "https://gitlab.iscpif.fr/gargantext/haskell-bee" git: "https://gitlab.iscpif.fr/gargantext/haskell-bee"
subdirs: subdirs:
- "haskell-bee/" - "haskell-bee/"
...@@ -385,7 +385,7 @@ flags: ...@@ -385,7 +385,7 @@ flags:
hmatrix: hmatrix:
"disable-default-paths": false "disable-default-paths": false
"no-random_r": false "no-random_r": false
openblas: false openblas: true
"hmatrix-gsl-stats": "hmatrix-gsl-stats":
onlygsl: false onlygsl: false
hsc2hs: hsc2hs:
...@@ -540,8 +540,6 @@ flags: ...@@ -540,8 +540,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