summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2015-06-04 08:48:10 +0100
committerWill Thompson <will@willthompson.co.uk>2015-06-04 08:48:10 +0100
commit2f5e271ab3d176f70680c4da60064a7d87977695 (patch)
tree872b9e5a9daedfc79815b7c8c0d848b115da4731 /bustle.cabal
parent1d5ce72d69d7a58b09c4b5c02cec7d5f21437c76 (diff)
A gtk3 that compiles
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 98063d8..7a6febc 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -140,7 +140,8 @@ Executable test-monitor
, dbus
, directory
, filepath
- , gtk3
+ -- 0.13.6 doesn't compile with GCC 5: https://github.com/gtk2hs/gtk2hs/issues/104
+ , gtk3 >= 0.13.7
, glib
, hgettext
, mtl