Haskell: Difference between revisions

0x4A6F (talk | contribs)
m Remove mentions of a banned person
Crdr (talk | contribs)
Line 115: Line 115:
or run a nix-shell to use the standard development tools provided by cabal:
or run a nix-shell to use the standard development tools provided by cabal:
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
$ nix-build
$ nix-shell
$ ./result/bin/yourprogram
$ cabal run
</syntaxhighlight>
</syntaxhighlight>