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
160
Issues
160
List
Board
Labels
Milestones
Merge Requests
14
Merge Requests
14
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
510717b6
Commit
510717b6
authored
Jan 15, 2024
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] README
parent
9cb97aef
Pipeline
#5494
failed with stages
in 29 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
README.md
README.md
+16
-16
No files found.
README.md
View file @
510717b6
...
...
@@ -74,21 +74,6 @@ cabal update
cabal install
```
#### Section for Developers only
Once you have a valid version of `cabal`, building requires generating a valid `cabal.project`. This can be done by installing `stack2cabal`:
```
shell
cabal v2-install stack2cabal-1.0.14
```
And finally:
```
shell
stack2cabal --no-run-hpack -p '2023-06-25'
cabal v2-build
```
#### With Stack
Install [Stack (or Haskell Tool Stack)](https://docs.haskellstack.org/en/stable/):
...
...
@@ -110,9 +95,24 @@ stack build --fast
```
#### Keeping the cabal.project updated with stack.yaml
(Section for Developers using cabal only)
Once you have a valid version of `cabal`, building requires generating a valid `cabal.project`. This can be done by installing `stack2cabal`:
```
shell
cabal v2-install stack2cabal-1.0.14
```
And finally:
```
shell
stack2cabal --no-run-hpack -p '2023-06-25'
cabal v2-build
```
Simply run:
```
shell
...
...
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