Closed
Description
I am trying to give some feedback about contribution and what could be improved to make it easier.
This one comes a bit as a surprise to me:
If you go in the dhall-haskell/dhall folder and execute nix-shell
then if you try cabal build
it does not work:
[nix-shell:~/projects/hub/dhall-haskell/dhall]$ cabal build
cabal: command not found
Isn't this supposed to work ? nix-shell should give you an development environment with everything required to contribute.
I would like to reach a point where contributing is easy. You just do code
to open vscode and you have an IDE that just works (with the help of ghcide or haskell-language-server).
See this post: https://daml.com/daml-driven/handing-over-ghcide-to-the-haskell-community/
Sorry if I miss the point. I am just a dumb user at this point ;-)