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
2928c41a
Verified
Commit
2928c41a
authored
Jul 01, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flake] fixes to cabal freeze so that nix shell works
parent
e9ff27a4
Pipeline
#7717
failed with stages
in 20 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
README.md
README.md
+17
-0
cabal.project.freeze
cabal.project.freeze
+1
-1
No files found.
README.md
View file @
2928c41a
...
@@ -481,6 +481,23 @@ golden reference). To do so, it's enough to run the testsuite passing the `--acc
...
@@ -481,6 +481,23 @@ golden reference). To do so, it's enough to run the testsuite passing the `--acc
cabal v2-test garg-test-tasty --test-show-details=streaming --flags 'test-crypto no-phylo-debug-logs' --test-option=--pattern='/Phylo/' --test-option=--accept"
cabal v2-test garg-test-tasty --test-show-details=streaming --flags 'test-crypto no-phylo-debug-logs' --test-option=--pattern='/Phylo/' --test-option=--accept"
```
```
# Nix flake
With `flake.nix` one can run server like this:
```
shell
nix run .#gargantext:exe:gargantext
```
The tests can be run with:
```
shell
nix run .#gargantext:test:garg-test-tasty
nix run .#gargantext:test:garg-test-hspec
```
For dev shell:
```
shell
nix -L develop
```
# Async workers <a name="async-workers"></a>
# Async workers <a name="async-workers"></a>
## Steps to configure the worker
## Steps to configure the worker
...
...
cabal.project.freeze
View file @
2928c41a
...
@@ -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,
...
...
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