We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fd358 commit e504bbdCopy full SHA for e504bbd
README.md
@@ -342,6 +342,7 @@ Add the Haskell sources as input files:
342
```
343
$(PROJECT_DIR)/src/Main.hs
344
$(PROJECT_DIR)/SwiftHaskellLibrary.cabal
345
+$(PROJECT_DIR)/stack.yaml
346
347
348
And the executable as an output file:
SwiftHaskell.xcodeproj/project.pbxproj
@@ -232,9 +232,9 @@
232
files = (
233
);
234
inputPaths = (
235
- "$(PROJECT_DIR)/src/Lib.hs",
236
"$(PROJECT_DIR)/src/Main.hs",
237
"$(PROJECT_DIR)/SwiftHaskellLibrary.cabal",
+ "$(PROJECT_DIR)/stack.yaml",
238
239
name = "stack build and link-deps";
240
outputPaths = (
0 commit comments