1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
--- bustle-0.4.2-orig/bustle.cabal 2012-11-15 02:19:34.000000000 +1100
+++ bustle-0.4.2/bustle.cabal 2013-04-03 15:07:35.381569187 +1100
@@ -82,15 +82,15 @@
Build-Depends: base >= 4 && < 5
, bytestring
- , cairo
+ , cairo < 0.13
, containers
, dbus >= 0.10
, directory
, filepath
- , glib
- , gtk >= 0.12.3
+ , glib < 0.13
+ , gtk >= 0.12.3 && < 0.13
, mtl
- , pango
+ , pango < 0.13
, parsec
, pcap
, process
@@ -111,15 +111,15 @@
pkgconfig-depends: glib-2.0
Build-Depends: base >= 4 && < 5
, bytestring
- , cairo
+ , cairo < 0.13
, containers
, dbus
, directory
, filepath
- , gtk > 0.12
- , glib
+ , gtk > 0.12 && < 0.13
+ , glib < 0.13
, mtl
- , pango
+ , pango < 0.13
, parsec
, pcap
, text
@@ -163,15 +163,15 @@
main-is: Test/Renderer.hs
other-modules: Bustle.Renderer
Build-Depends: base
- , cairo
+ , cairo < 0.13
, containers
, dbus >= 0.10
, directory
, filepath
- , gtk
+ , gtk < 0.13
, mtl
, text
- , pango
+ , pango < 0.13
, test-framework
, test-framework-hunit
, HUnit
|