diff --git a/bin/README.md b/bin/README.md index 55a94a0f6..017220314 100644 --- a/bin/README.md +++ b/bin/README.md @@ -473,7 +473,7 @@ To use these bin scripts you must ensure they are in your $PATH and runnable: - Shell scripts: you may need [bash](https://www.gnu.org/software/bash), or to adapt the scripts for your shell. - Python scripts: you'll need python 3 and pip. -- Haskell scripts: you'll need stack (). +- Haskell scripts: you'll need [stack](http://haskellstack.org). Or if you know how, you can make them cabal scripts, or install their dependencies manually and use runghc/ghc. Here's a suggested install procedure: