stacky/README.md
2022-10-31 14:29:10 +01:00

14 lines
318 B
Markdown

# stacky
Personal template for the Stack build system based on Nix.
Based on the `new-template.hsfiles` from [stack-templates](https://github.com/commercialhaskell/stack-templates).
## Using
Create the project folder:
```
stack new <name> https://git.pbrinkmeier.de/paul/stacky/raw/branch/main/stacky.hsfiles
```