Skip to content

Commit 8fda2ae

Browse files
committed
Use haskell-gi 0.14
1 parent e8da7db commit 8fda2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vcsgui/vcsgui.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
vcswrapper >=0.1.1 && <0.2,
4444
process >=1.0.1.5 && <1.3,
4545
text -any,
46-
haskell-gi-base >=0.13 && <0.14,
46+
haskell-gi-base >=0.14 && <0.15,
4747
gi-gtk >=0.3.16 && <0.3.21,
4848
gi-gtk-hs >=0.1.1 && <0.2
4949
hs-source-dirs: src
@@ -129,7 +129,7 @@ executable vcsgui-askpass
129129
vcswrapper >=0.1.1 && <0.2,
130130
process >=1.0.1.5 && <1.3,
131131
text -any,
132-
haskell-gi-base >=0.13 && <0.14,
132+
haskell-gi-base >=0.14 && <0.15,
133133
gi-gtk >=0.3.16 && <0.3.21,
134134
gi-gtk-hs >=0.1.1 && <0.2
135135
hs-source-dirs: src/exe/askpass src

0 commit comments

Comments
 (0)