summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2013-06-30 02:46:28 -0400
committerJames Crayne <jim.crayne@gmail.com>2013-06-30 02:46:28 -0400
commit5315802ff831a7aa22aa11822f8d3b947b309cdc (patch)
treefe905576627d7e9837d3e20ffd1f147c71254d2f
parent1bc4f55733835144f49ff957dc60e5da2e10db16 (diff)
add -DRENDERFLUSH cpp flag to cabal file
-rw-r--r--presence.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/presence.cabal b/presence.cabal
index 3bd8e153..60dc066e 100644
--- a/presence.cabal
+++ b/presence.cabal
@@ -18,6 +18,7 @@ executable presence
18 xml-conduit -any, xml-types -any 18 xml-conduit -any, xml-types -any
19 main-is: main.hs 19 main-is: main.hs
20 buildable: True 20 buildable: True
21 cpp-options: -DRENDERFLUSH
21 c-sources: Presence/monitortty.c 22 c-sources: Presence/monitortty.c
22 hs-source-dirs: . Presence 23 hs-source-dirs: . Presence
23 ghc-prof-options: -DNOUTMP 24 ghc-prof-options: -DNOUTMP