summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2015-12-18 13:18:10 -0500
committerAndrew Cady <d@jerkface.net>2015-12-18 13:18:10 -0500
commitac190fb98529545a169791ad987eae710e150e3e (patch)
tree0b0445a855b287c3e66dfb4a4a9a09abb40d9b51
parentb1fa4c0769d19b80dca5c67605d779a70bf2d3f6 (diff)
cc-options to allow ghci to load midi-dump again
loading axis in ghci still does not work (because of SDL), but the option is added there anyway.
-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