Skip to content

Commit 3783e65

Browse files
author
Przemek Kaminski
committed
README updated
1 parent 53f5f35 commit 3783e65

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ Snake game implemetation in Haskell using SDL2.
77

88
Make sure the `liberation.ttf` font file is in your current working directory.
99

10-
To build, just use `stack`.
10+
To build, just use `stack`:
11+
12+
```bash
13+
stack build
14+
stack exec haskell-snake
15+
```

haskell-snake.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
-- This file has been generated from package.yaml by hpack version 0.27.0.
1+
cabal-version: 1.12
2+
3+
-- This file has been generated from package.yaml by hpack version 0.31.0.
24
--
35
-- see: https://github.com/sol/hpack
46
--
5-
-- hash: 60583e315dd2851d455eb1c3beba4cfd260b5fecb8b670efc23c1f0c6070679a
7+
-- hash: 639813671558ceec4b147487be087e48440e4142ae22dfb84569f4ca1698a96c
68

79
name: haskell-snake
810
version: 1.0.0
@@ -15,8 +17,6 @@ maintainer: Przemysław Kamiński <[email protected]>
1517
license: GPL-3
1618
license-file: LICENSE
1719
build-type: Simple
18-
cabal-version: >= 1.10
19-
2020
extra-source-files:
2121
CHANGELOG.md
2222

0 commit comments

Comments
 (0)