@@ -31,11 +31,11 @@ data-dir: ""
31
31
library
32
32
build-depends : MissingH >= 1.1.0.3 && < 1.3 ,
33
33
filepath >= 1.2.0.0 && < 1.4 ,
34
- base >= 4.0.0.0 && < 4.7 ,
34
+ base >= 4.0.0.0 && < 4.8 ,
35
35
directory >= 1.1.0.0 && < 1.3 ,
36
36
mtl >= 2.0.1.0 && < 2.2 ,
37
37
vcswrapper == 0.0.2 ,
38
- process >= 1.0.1.5 && < 1.2 ,
38
+ process >= 1.0.1.5 && < 1.3 ,
39
39
gtk >= 0.12.0 && < 0.13
40
40
exposed-modules : VCSGui.Common VCSGui.Git VCSGui.Svn VCSGui.Mercurial
41
41
exposed : True
@@ -57,11 +57,11 @@ executable vcsgui
57
57
main-is : Main.hs
58
58
build-depends : MissingH >= 1.1.0.3 && < 1.3 ,
59
59
filepath >= 1.2.0.0 && < 1.4 ,
60
- base >= 4.0.0.0 && < 4.7 ,
60
+ base >= 4.0.0.0 && < 4.8 ,
61
61
directory >= 1.1.0.0 && < 1.3 ,
62
62
mtl >= 2.0.1.0 && < 2.2 ,
63
63
vcswrapper == 0.0.2 ,
64
- process >= 1.0.1.5 && < 1.2 ,
64
+ process >= 1.0.1.5 && < 1.3 ,
65
65
gtk >= 0.12.0 && < 0.13
66
66
buildable : True
67
67
hs-source-dirs : src
@@ -80,11 +80,11 @@ executable vcsgui-askpass
80
80
main-is : Main.hs
81
81
build-depends : MissingH >= 1.1.0.3 && < 1.3 ,
82
82
filepath >= 1.2.0.0 && < 1.4 ,
83
- base >= 4.0.0.0 && < 4.7 ,
83
+ base >= 4.0.0.0 && < 4.8 ,
84
84
directory >= 1.1.0.0 && < 1.3 ,
85
85
mtl >= 2.0.1.0 && < 2.2 ,
86
86
vcswrapper == 0.0.2 ,
87
- process >= 1.0.1.5 && < 1.2 ,
87
+ process >= 1.0.1.5 && < 1.3 ,
88
88
gtk >= 0.12.0 && < 0.13
89
89
buildable : True
90
90
hs-source-dirs : src/exe/askpass src
0 commit comments