Update Run Script input files

This commit is contained in:
NanoTech
2017-02-15 22:40:47 -06:00
parent 01fd35818c
commit e504bbd81d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -342,6 +342,7 @@ Add the Haskell sources as input files:
```
$(PROJECT_DIR)/src/Main.hs
$(PROJECT_DIR)/SwiftHaskellLibrary.cabal
$(PROJECT_DIR)/stack.yaml
```
And the executable as an output file:
+1 -1
View File
@@ -232,9 +232,9 @@
files = (
);
inputPaths = (
"$(PROJECT_DIR)/src/Lib.hs",
"$(PROJECT_DIR)/src/Main.hs",
"$(PROJECT_DIR)/SwiftHaskellLibrary.cabal",
"$(PROJECT_DIR)/stack.yaml",
);
name = "stack build and link-deps";
outputPaths = (