Skip to content

Commit eb1beec

Browse files
committed
Support for GHC 8.0.1 and use latest haskell-gi
1 parent 8fda2ae commit eb1beec

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

vcsgui/vcsgui.cabal

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ library
3737
VCSGui.Mercurial
3838
build-depends:
3939
filepath >=1.2.0.0 && <1.5,
40-
base >=4.0.0.0 && <4.9,
40+
base >=4.0.0.0 && <4.10,
4141
directory >=1.1.0.0 && <1.3,
4242
mtl >=2.0.1.0 && <2.3,
4343
vcswrapper >=0.1.1 && <0.2,
44-
process >=1.0.1.5 && <1.3,
44+
process >=1.0.1.5 && <1.5,
4545
text -any,
46-
haskell-gi-base >=0.14 && <0.15,
47-
gi-gtk >=0.3.16 && <0.3.21,
46+
haskell-gi-base >=0.17 && <0.18,
47+
gi-gtk >=3.0.2 && <3.1,
4848
gi-gtk-hs >=0.1.1 && <0.2
4949
hs-source-dirs: src
5050
other-modules:
@@ -81,14 +81,14 @@ executable vcsgui
8181
main-is: Main.hs
8282
build-depends:
8383
filepath >=1.2.0.0 && <1.5,
84-
base >=4.0.0.0 && <4.9,
84+
base >=4.0.0.0 && <4.10,
8585
directory >=1.1.0.0 && <1.3,
8686
mtl >=2.0.1.0 && <2.3,
8787
vcswrapper >=0.1.1 && <0.2,
88-
process >=1.0.1.5 && <1.3,
88+
process >=1.0.1.5 && <1.5,
8989
text -any,
90-
haskell-gi-base >=0.14 && <0.15,
91-
gi-gtk >=0.3.16 && <0.3.21,
90+
haskell-gi-base >=0.17 && <0.18,
91+
gi-gtk >=3.0.2 && <3.1,
9292
gi-gtk-hs >=0.1.1 && <0.2
9393
hs-source-dirs: src
9494
other-modules:
@@ -123,14 +123,14 @@ executable vcsgui-askpass
123123
main-is: Main.hs
124124
build-depends:
125125
filepath >=1.2.0.0 && <1.5,
126-
base >=4.0.0.0 && <4.9,
126+
base >=4.0.0.0 && <4.10,
127127
directory >=1.1.0.0 && <1.3,
128128
mtl >=2.0.1.0 && <2.3,
129129
vcswrapper >=0.1.1 && <0.2,
130-
process >=1.0.1.5 && <1.3,
130+
process >=1.0.1.5 && <1.5,
131131
text -any,
132-
haskell-gi-base >=0.14 && <0.15,
133-
gi-gtk >=0.3.16 && <0.3.21,
132+
haskell-gi-base >=0.17 && <0.18,
133+
gi-gtk >=3.0.2 && <3.1,
134134
gi-gtk-hs >=0.1.1 && <0.2
135135
hs-source-dirs: src/exe/askpass src
136136
other-modules:

0 commit comments

Comments
 (0)