From 31d3a4771bf701543014caedeb5bc61b5ecd8475 Mon Sep 17 00:00:00 2001 From: NanoTech Date: Tue, 21 Feb 2017 18:58:23 -0600 Subject: [PATCH] Reminder to change EXECUTABLE_NAME if needed --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2997fa5..c45d531 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,10 @@ ln -sf "${GHC_LIB_DIR}/include" build/ghc/ ln -sf "../${DIST_DIR}/build/${EXECUTABLE_NAME}/${EXECUTABLE_NAME}" build/ ``` +Change the value of the `EXECUTABLE_NAME` variable to the +name of the executable in your `.cabal` file if you named it +something other than SwiftHaskell. + Save the script as `link-deps.sh`, run `stack build`, and then run `bash link-deps.sh` to prepare for the next section.