summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-11 13:50:23 +0000
committerWill Thompson <will@willthompson.co.uk>2012-01-12 11:12:59 +0000
commit2fb312eb2d0577947617d89486e4a46c8a0fe56c (patch)
treefab3ff2d8fb64d9b5714e33af41d85123a66d7c8 /bustle.cabal
parentd7cac3fae6b300969aff6c6b93ad2bcd63c081c2 (diff)
Add ::message-logged signal to monitor.
Later on this will presumably also include the message data so we can draw stuff in real time, but that also involves splitting Bustle.Loader.Pcap in two to disentangle reading messages from reading pcap files.
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal
index cb941b6..9c1209c 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -106,7 +106,7 @@ Executable bustle
, text
Executable test-monitor
- if flag(InteractiveTests)
+ if flag(InteractiveTests) && flag(PostCabalizedGtk2HS)
buildable: True
else
buildable: False
@@ -116,6 +116,9 @@ Executable test-monitor
Ghc-options: -threaded
C-sources: c-sources/pcap.c
pkgconfig-depends: glib-2.0
+ Build-Depends: base >= 4 && < 5
+ , gtk > 0.11
+ , glib
Test-suite test-pcap-crash
type: exitcode-stdio-1.0