Skip to content

Commit 7d9443c

Browse files
committed
Update required vcswrapper and bump version
1 parent 79b571b commit 7d9443c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vcsgui/vcsgui.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vcsgui
2-
version: 0.1.0.0
2+
version: 0.1.1.0
33
cabal-version: >= 1.8
44
build-type: Simple
55
license: GPL
@@ -39,7 +39,7 @@ library
3939
base >=4.0.0.0 && <4.8,
4040
directory >=1.1.0.0 && <1.3,
4141
mtl >=2.0.1.0 && <2.3,
42-
vcswrapper ==0.1.0,
42+
vcswrapper >=0.1.1 && <0.2,
4343
process >=1.0.1.5 && <1.3,
4444
text -any
4545
if flag(gtk3)
@@ -70,7 +70,7 @@ executable vcsgui
7070
base >=4.0.0.0 && <4.8,
7171
directory >=1.1.0.0 && <1.3,
7272
mtl >=2.0.1.0 && <2.3,
73-
vcswrapper ==0.1.0,
73+
vcswrapper >=0.1.1 && <0.2,
7474
process >=1.0.1.5 && <1.3,
7575
text -any
7676
if flag(gtk3)
@@ -100,7 +100,7 @@ executable vcsgui-askpass
100100
base >=4.0.0.0 && <4.8,
101101
directory >=1.1.0.0 && <1.3,
102102
mtl >=2.0.1.0 && <2.3,
103-
vcswrapper ==0.1.0,
103+
vcswrapper >=0.1.1 && <0.2,
104104
process >=1.0.1.5 && <1.3,
105105
text -any
106106
if flag(gtk3)

0 commit comments

Comments
 (0)