blob: 13dc7a977b620a388ac44a910218688f1dd7732e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/LambdaHack.cabal
+++ b/LambdaHack.cabal
@@ -264,7 +264,7 @@
} else {
if impl(ghc > 7.8) {
other-modules: Game.LambdaHack.Client.UI.Frontend.Gtk
- build-depends: gtk >= 0.12.1 && < 0.14
+ build-depends: gtk >= 0.12.1
pkgconfig-depends: gtk+-2.0
} else {
other-modules: Game.LambdaHack.Client.UI.Frontend.Gtk
|