From 5d6537d8e548b3c1a19b3af25194cb4a0f9121c1 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 3 Dec 2015 01:15:49 -0500 Subject: 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.) --- stack.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 stack.yaml (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 0000000..abcd766 --- /dev/null +++ b/stack.yaml @@ -0,0 +1,25 @@ +flags: {} +packages: + - '.' +extra-deps: +- SDL-0.6.5.1 +- SDL-gfx-0.6.0.1 +- SDL-ttf-0.6.2.1 +- alsa-core-0.5.0.1 +- alsa-seq-0.6.0.5 +- haskore-0.2.0.7 + +- enumset-0.0.4 +- event-list-0.1.1.2 +- markov-chain-0.0.3.3 +- midi-0.2.1.5 +- non-negative-0.1.1 +- poll-0.0 +- utility-ht-0.0.11 + +- explicit-exception-0.1.7.3 +- monoid-transformer-0.0.3 +- storable-record-0.0.3 + +resolver: lts-3.7 +system-ghc: false -- cgit v1.2.3