2023-11-05 02:58:38 +00:00
|
|
|
# pulsar
|
|
|
|
|
2023-11-06 04:04:10 +00:00
|
|
|
An ECS-driven Sci-Fi RPG to tool around in Haskell with
|
|
|
|
|
|
|
|
## Setup for Development
|
|
|
|
|
2023-11-07 02:29:09 +00:00
|
|
|
Stack is the canoncial build tool for this project.
|
|
|
|
|
|
|
|
Use `stack setup` to configure your environment.
|
|
|
|
|
|
|
|
### Hlint
|
|
|
|
You can use a system hlint, or use `stack build hlint` to build the same one we use.
|
|
|
|
|