Update README instructions for cabal

This commit is contained in:
Tom McLaughlin 2021-08-02 11:05:26 -07:00
parent 53ca07f306
commit bf3525cf14

View File

@ -14,7 +14,7 @@ stack clean
stack build --ghc-options "-ddump-to-file -ddump-timings"
# ----- OR -----
cabal clean
cabal build --TODO: figure out options
cabal build --ghc-options "-ddump-to-file -ddump-timings"
```
If you have Nix, in the same folder just run: