From 88d6bcab0fc5ae4f2a58dbfe071824c8a968907d Mon Sep 17 00:00:00 2001 From: Daniel Brice Date: Tue, 28 Jul 2020 23:29:47 -0700 Subject: [PATCH] improve documentation --- README.md | 2 +- runhs.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30a1d8f..efc5c71 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Declare package dependencies in your single-file Haskell program. Easily and rel * **MacOS Catalina and newer:** `echo 'export PATH="${HOME}/.local/bin:${PATH}"' >> ~/.zshrc && export PATH="${HOME}/.local/bin:${PATH}"` -3. ~~Finally, install _runhs_: `stack install runhs`.~~ WORK IN PROGRESS! +3. Finally, install _runhs_: ~~`stack install runhs`.~~ Download the appropriate executable for your platform from the [Releases page](https://github.com/friedbrice/runhs/releases/). ## Usage diff --git a/runhs.cabal b/runhs.cabal index 53bccb7..7b64a87 100644 --- a/runhs.cabal +++ b/runhs.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: runhs -version: 1.0.0.1 +version: 1.0.0.2 synopsis: Stack wrapper for single-file Haskell programs. description: Stack wrapper for single-file Haskell programs.