diff options
author | Will Thompson <will@willthompson.co.uk> | 2015-06-04 08:48:10 +0100 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2015-06-04 08:48:10 +0100 |
commit | 2f5e271ab3d176f70680c4da60064a7d87977695 (patch) | |
tree | 872b9e5a9daedfc79815b7c8c0d848b115da4731 /bustle.cabal | |
parent | 1d5ce72d69d7a58b09c4b5c02cec7d5f21437c76 (diff) |
A gtk3 that compiles
Diffstat (limited to 'bustle.cabal')
-rw-r--r-- | bustle.cabal | 3 |
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 |