Skip to content

Commit 0eb83ed

Browse files
committed
Update gi-gtk-hs bounds
1 parent eb1beec commit 0eb83ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vcsgui/vcsgui.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
text -any,
4646
haskell-gi-base >=0.17 && <0.18,
4747
gi-gtk >=3.0.2 && <3.1,
48-
gi-gtk-hs >=0.1.1 && <0.2
48+
gi-gtk-hs >=0.2.0.0 && <0.3
4949
hs-source-dirs: src
5050
other-modules:
5151
VCSGui.Svn.Helper
@@ -89,7 +89,7 @@ executable vcsgui
8989
text -any,
9090
haskell-gi-base >=0.17 && <0.18,
9191
gi-gtk >=3.0.2 && <3.1,
92-
gi-gtk-hs >=0.1.1 && <0.2
92+
gi-gtk-hs >=0.2.0.0 && <0.3
9393
hs-source-dirs: src
9494
other-modules:
9595
VCSGui.Svn.Helper
@@ -131,7 +131,7 @@ executable vcsgui-askpass
131131
text -any,
132132
haskell-gi-base >=0.17 && <0.18,
133133
gi-gtk >=3.0.2 && <3.1,
134-
gi-gtk-hs >=0.1.1 && <0.2
134+
gi-gtk-hs >=0.2.0.0 && <0.3
135135
hs-source-dirs: src/exe/askpass src
136136
other-modules:
137137
VCSGui.Svn.Helper

0 commit comments

Comments
 (0)