[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
# 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="d42601692314c6a64bfc43220ad517a14a5d21467babd89d6e604bdee056b721"
expected_cabal_project_freeze_hash="a5eb1d9a331266fef56f490712decbd3eaff1fd0daa8bc63f893238a7f47df93"
cabal --store-dir=$STORE_DIR v2-build --dry-run
......
......@@ -156,7 +156,7 @@ source-repository-package
source-repository-package
type: git
location: https://gitlab.iscpif.fr/gargantext/haskell-bee
tag: 05c39e424d15149dc32097b3318cb6007e0e7052
tag: 062c5397bd5a3ea781bce645e4a04001f81f3f12
subdir: haskell-bee/
haskell-bee-pgmq/
haskell-bee-tests/
......
......@@ -236,7 +236,7 @@ constraints: any.Boolean ==0.2.4,
hedis -dev,
any.hlcm ==0.2.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,
hmatrix-gsl-stats -onlygsl,
any.hourglass ==0.2.12,
......
......@@ -174,15 +174,15 @@
git: "https://gitlab.iscpif.fr/gargantext/gargantext-graph.git"
subdirs:
- "gargantext-graph-core"
- commit: 05c39e424d15149dc32097b3318cb6007e0e7052
- commit: 062c5397bd5a3ea781bce645e4a04001f81f3f12
git: "https://gitlab.iscpif.fr/gargantext/haskell-bee"
subdirs:
- "haskell-bee-pgmq/"
- commit: 05c39e424d15149dc32097b3318cb6007e0e7052
- commit: 062c5397bd5a3ea781bce645e4a04001f81f3f12
git: "https://gitlab.iscpif.fr/gargantext/haskell-bee"
subdirs:
- "haskell-bee-tests/"
- commit: 05c39e424d15149dc32097b3318cb6007e0e7052
- commit: 062c5397bd5a3ea781bce645e4a04001f81f3f12
git: "https://gitlab.iscpif.fr/gargantext/haskell-bee"
subdirs:
- "haskell-bee/"
......@@ -385,7 +385,7 @@ flags:
hmatrix:
"disable-default-paths": false
"no-random_r": false
openblas: false
openblas: true
"hmatrix-gsl-stats":
onlygsl: false
hsc2hs:
......@@ -540,8 +540,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