Update Decker Project Structure authored by Armin Bernstetter's avatar Armin Bernstetter
...@@ -12,7 +12,7 @@ Files that are needed by stack: ...@@ -12,7 +12,7 @@ Files that are needed by stack:
- `Setup.hs`: This file is mainly used to zip and append the `resource` directory to the executable during `Stack` runtime i.e. when Decker is being compiled. - `Setup.hs`: This file is mainly used to zip and append the `resource` directory to the executable during `Stack` runtime i.e. when Decker is being compiled.
- `package.yaml`: The file describing the project to `Stack`. Lists the project structure and the needed dependencies - `package.yaml`: The file describing the project to `Stack`. Lists the project structure and the needed dependencies
-``stack.yaml`: Telling `Stack` which compiler flags to use and which version of the stack "resolver" - `stack.yaml`: Telling `Stack` which compiler flags to use and which version of the stack "resolver"
## Files that are used by editor extensions but otherwise irrelevant ## Files that are used by editor extensions but otherwise irrelevant
... ...
......