Update Run Script input files
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user