1
0
Fork 0

Bootstrapped my haskell client

This commit is contained in:
Julien Dessaux 2023-07-02 22:58:30 +02:00
parent 36cc33f9e9
commit a775330b4f
Signed by: adyxax
GPG key ID: F92E51B86E07177E
12 changed files with 389 additions and 2 deletions

14
.gitignore vendored
View file

@ -1,3 +1,13 @@
*.db
*.db-shm
*.db-wal
dist*
*.hi
*.o
*.cabal
.stack-work/
stack.yaml.lock
*~
node_modules
spacetraders.db
test.db