Commit 9cb97aef authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] README

parent 3ce0e6a0
Pipeline #5492 failed with stages
in 32 minutes and 19 seconds
...@@ -53,7 +53,7 @@ sh <(curl -L https://nixos.org/nix/install) --daemon ...@@ -53,7 +53,7 @@ sh <(curl -L https://nixos.org/nix/install) --daemon
Verify the installation is complete with Verify the installation is complete with
```shell ```shell
nix-env --version nix-env --version
nix-env (Nix) 2.16.0 nix-env (Nix) 2.19.2
``` ```
**Important:** Before building the project with either `stack` or `cabal` you need to be in the correct Nix shell, which will fetch all the required system dependencies. To do so, just type: **Important:** Before building the project with either `stack` or `cabal` you need to be in the correct Nix shell, which will fetch all the required system dependencies. To do so, just type:
...@@ -74,6 +74,7 @@ cabal update ...@@ -74,6 +74,7 @@ cabal update
cabal install 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`: Once you have a valid version of `cabal`, building requires generating a valid `cabal.project`. This can be done by installing `stack2cabal`:
......
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