File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : vcsgui
2
- version : 0.1.0 .0
2
+ version : 0.1.1 .0
3
3
cabal-version : >= 1.8
4
4
build-type : Simple
5
5
license : GPL
@@ -39,7 +39,7 @@ library
39
39
base >= 4.0.0.0 && < 4.8 ,
40
40
directory >= 1.1.0.0 && < 1.3 ,
41
41
mtl >= 2.0.1.0 && < 2.3 ,
42
- vcswrapper == 0.1.0 ,
42
+ vcswrapper >= 0.1.1 && < 0.2 ,
43
43
process >= 1.0.1.5 && < 1.3 ,
44
44
text -any
45
45
if flag(gtk3)
@@ -70,7 +70,7 @@ executable vcsgui
70
70
base >= 4.0.0.0 && < 4.8 ,
71
71
directory >= 1.1.0.0 && < 1.3 ,
72
72
mtl >= 2.0.1.0 && < 2.3 ,
73
- vcswrapper == 0.1.0 ,
73
+ vcswrapper >= 0.1.1 && < 0.2 ,
74
74
process >= 1.0.1.5 && < 1.3 ,
75
75
text -any
76
76
if flag(gtk3)
@@ -100,7 +100,7 @@ executable vcsgui-askpass
100
100
base >= 4.0.0.0 && < 4.8 ,
101
101
directory >= 1.1.0.0 && < 1.3 ,
102
102
mtl >= 2.0.1.0 && < 2.3 ,
103
- vcswrapper == 0.1.0 ,
103
+ vcswrapper >= 0.1.1 && < 0.2 ,
104
104
process >= 1.0.1.5 && < 1.3 ,
105
105
text -any
106
106
if flag(gtk3)
You can’t perform that action at this time.
0 commit comments