summaryrefslogtreecommitdiff
path: root/axis-of-eval.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'axis-of-eval.cabal')
-rw-r--r--axis-of-eval.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/axis-of-eval.cabal b/axis-of-eval.cabal
index 7042669..ef1bbe7 100644
--- a/axis-of-eval.cabal
+++ b/axis-of-eval.cabal
@@ -22,6 +22,7 @@ executable axis
22 main-is: axis.hs 22 main-is: axis.hs
23 ghc-options: -threaded -W -Wall -O2 23 ghc-options: -threaded -W -Wall -O2
24 other-modules: AlsaSeq, AlsaShutUp 24 other-modules: AlsaSeq, AlsaShutUp
25 cc-options: -fPIC
25 c-sources: alsa_shut_up.c 26 c-sources: alsa_shut_up.c
26 27
27executable rtq 28executable rtq
@@ -43,4 +44,5 @@ executable midi-dump
43 main-is: midi-dump.hs 44 main-is: midi-dump.hs
44 other-modules: AlsaSeq, Midi, RealTimeQueue, AlsaShutUp 45 other-modules: AlsaSeq, Midi, RealTimeQueue, AlsaShutUp
45 ghc-options: -threaded -W -Wall -O2 -rtsopts 46 ghc-options: -threaded -W -Wall -O2 -rtsopts
47 cc-options: -fPIC
46 c-sources: alsa_shut_up.c 48 c-sources: alsa_shut_up.c