File tree 2 files changed +10
-5
lines changed 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,9 @@ Snake game implemetation in Haskell using SDL2.
7
7
8
8
Make sure the ` liberation.ttf ` font file is in your current working directory.
9
9
10
- To build, just use ` stack ` .
10
+ To build, just use ` stack ` :
11
+
12
+ ``` bash
13
+ stack build
14
+ stack exec haskell-snake
15
+ ```
Original file line number Diff line number Diff line change 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.
2
4
--
3
5
-- see: https://github.com/sol/hpack
4
6
--
5
- -- hash: 60583e315dd2851d455eb1c3beba4cfd260b5fecb8b670efc23c1f0c6070679a
7
+ -- hash: 639813671558ceec4b147487be087e48440e4142ae22dfb84569f4ca1698a96c
6
8
7
9
name : haskell-snake
8
10
version : 1.0.0
15
17
license : GPL-3
16
18
license-file : LICENSE
17
19
build-type : Simple
18
- cabal-version : >= 1.10
19
-
20
20
extra-source-files :
21
21
CHANGELOG.md
22
22
You can’t perform that action at this time.
0 commit comments