summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2015-12-03 01:15:49 -0500
committerAndrew Cady <d@jerkface.net>2015-12-03 01:18:23 -0500
commit5d6537d8e548b3c1a19b3af25194cb4a0f9121c1 (patch)
treea8da563a946da6c18541e8bc4837795d87fc6470 /stack.yaml
parent01df45553934d9d61f7810d49beec9419d2f1e4e (diff)
compile with stack
Got rid of dependency on netwire since it wasn't used for anything except to get a time delta from the previous frame. (That time delta still needs to be reimplemented, though.)
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 0000000..abcd766
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,25 @@
1flags: {}
2packages:
3 - '.'
4extra-deps:
5- SDL-0.6.5.1
6- SDL-gfx-0.6.0.1
7- SDL-ttf-0.6.2.1
8- alsa-core-0.5.0.1
9- alsa-seq-0.6.0.5
10- haskore-0.2.0.7
11
12- enumset-0.0.4
13- event-list-0.1.1.2
14- markov-chain-0.0.3.3
15- midi-0.2.1.5
16- non-negative-0.1.1
17- poll-0.0
18- utility-ht-0.0.11
19
20- explicit-exception-0.1.7.3
21- monoid-transformer-0.0.3
22- storable-record-0.0.3
23
24resolver: lts-3.7
25system-ghc: false