Skip to content

Commit 2a40d79

Browse files
committed
Fix for GHC 7.8
1 parent 9f29681 commit 2a40d79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vcsgui/vcsgui.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ data-dir: ""
3131
library
3232
build-depends: MissingH >=1.1.0.3 && <1.3,
3333
filepath >=1.2.0.0 && < 1.4,
34-
base >=4.0.0.0 && <4.7,
34+
base >=4.0.0.0 && <4.8,
3535
directory >=1.1.0.0 && <1.3,
3636
mtl >=2.0.1.0 && <2.2,
3737
vcswrapper ==0.0.2,
38-
process >=1.0.1.5 && <1.2,
38+
process >=1.0.1.5 && <1.3,
3939
gtk >=0.12.0 && <0.13
4040
exposed-modules: VCSGui.Common VCSGui.Git VCSGui.Svn VCSGui.Mercurial
4141
exposed: True
@@ -57,11 +57,11 @@ executable vcsgui
5757
main-is: Main.hs
5858
build-depends: MissingH >=1.1.0.3 && <1.3,
5959
filepath >=1.2.0.0 && < 1.4,
60-
base >=4.0.0.0 && <4.7,
60+
base >=4.0.0.0 && <4.8,
6161
directory >=1.1.0.0 && <1.3,
6262
mtl >=2.0.1.0 && <2.2,
6363
vcswrapper ==0.0.2,
64-
process >=1.0.1.5 && <1.2,
64+
process >=1.0.1.5 && <1.3,
6565
gtk >=0.12.0 && <0.13
6666
buildable: True
6767
hs-source-dirs: src
@@ -80,11 +80,11 @@ executable vcsgui-askpass
8080
main-is: Main.hs
8181
build-depends: MissingH >=1.1.0.3 && <1.3,
8282
filepath >=1.2.0.0 && < 1.4,
83-
base >=4.0.0.0 && <4.7,
83+
base >=4.0.0.0 && <4.8,
8484
directory >=1.1.0.0 && <1.3,
8585
mtl >=2.0.1.0 && <2.2,
8686
vcswrapper ==0.0.2,
87-
process >=1.0.1.5 && <1.2,
87+
process >=1.0.1.5 && <1.3,
8888
gtk >=0.12.0 && <0.13
8989
buildable: True
9090
hs-source-dirs: src/exe/askpass src

0 commit comments

Comments
 (0)