@@ -37,14 +37,14 @@ library
37
37
VCSGui.Mercurial
38
38
build-depends :
39
39
filepath >= 1.2.0.0 && < 1.5 ,
40
- base >= 4.0.0.0 && < 4.9 ,
40
+ base >= 4.0.0.0 && < 4.10 ,
41
41
directory >= 1.1.0.0 && < 1.3 ,
42
42
mtl >= 2.0.1.0 && < 2.3 ,
43
43
vcswrapper >= 0.1.1 && < 0.2 ,
44
- process >= 1.0.1.5 && < 1.3 ,
44
+ process >= 1.0.1.5 && < 1.5 ,
45
45
text -any,
46
- haskell-gi-base >= 0.14 && < 0.15 ,
47
- gi-gtk >= 0.3.16 && < 0.3.21 ,
46
+ haskell-gi-base >= 0.17 && < 0.18 ,
47
+ gi-gtk >= 3.0.2 && < 3.1 ,
48
48
gi-gtk-hs >= 0.1.1 && < 0.2
49
49
hs-source-dirs : src
50
50
other-modules :
@@ -81,14 +81,14 @@ executable vcsgui
81
81
main-is : Main.hs
82
82
build-depends :
83
83
filepath >= 1.2.0.0 && < 1.5 ,
84
- base >= 4.0.0.0 && < 4.9 ,
84
+ base >= 4.0.0.0 && < 4.10 ,
85
85
directory >= 1.1.0.0 && < 1.3 ,
86
86
mtl >= 2.0.1.0 && < 2.3 ,
87
87
vcswrapper >= 0.1.1 && < 0.2 ,
88
- process >= 1.0.1.5 && < 1.3 ,
88
+ process >= 1.0.1.5 && < 1.5 ,
89
89
text -any,
90
- haskell-gi-base >= 0.14 && < 0.15 ,
91
- gi-gtk >= 0.3.16 && < 0.3.21 ,
90
+ haskell-gi-base >= 0.17 && < 0.18 ,
91
+ gi-gtk >= 3.0.2 && < 3.1 ,
92
92
gi-gtk-hs >= 0.1.1 && < 0.2
93
93
hs-source-dirs : src
94
94
other-modules :
@@ -123,14 +123,14 @@ executable vcsgui-askpass
123
123
main-is : Main.hs
124
124
build-depends :
125
125
filepath >= 1.2.0.0 && < 1.5 ,
126
- base >= 4.0.0.0 && < 4.9 ,
126
+ base >= 4.0.0.0 && < 4.10 ,
127
127
directory >= 1.1.0.0 && < 1.3 ,
128
128
mtl >= 2.0.1.0 && < 2.3 ,
129
129
vcswrapper >= 0.1.1 && < 0.2 ,
130
- process >= 1.0.1.5 && < 1.3 ,
130
+ process >= 1.0.1.5 && < 1.5 ,
131
131
text -any,
132
- haskell-gi-base >= 0.14 && < 0.15 ,
133
- gi-gtk >= 0.3.16 && < 0.3.21 ,
132
+ haskell-gi-base >= 0.17 && < 0.18 ,
133
+ gi-gtk >= 3.0.2 && < 3.1 ,
134
134
gi-gtk-hs >= 0.1.1 && < 0.2
135
135
hs-source-dirs : src/exe/askpass src
136
136
other-modules :
0 commit comments