Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

Commit c5f4dbd

Browse files
committed
Fix build with ghc-8.0
1 parent 1263d12 commit c5f4dbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

git-haskell-org-hooks.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ executable submodchecker
1616
other-modules: Common
1717

1818
build-depends:
19-
base >=4.5 && <4.9,
19+
base >=4.5 && <4.10,
2020
deepseq >=1.1 && <1.5,
2121
shelly >=1.6 && <1.7,
2222
text >=0.11 && <1.3
@@ -30,7 +30,7 @@ executable validate-commit-msg
3030
main-is: validate-commit-msg.hs
3131

3232
build-depends:
33-
base >=4.5 && <4.9,
33+
base >=4.5 && <4.10,
3434
deepseq >=1.1 && <1.5,
3535
mtl >=2.1 && <2.3,
3636
shelly >=1.6 && <1.7,
@@ -44,7 +44,7 @@ executable validate-whitespace
4444
main-is: validate-whitespace.hs
4545

4646
build-depends:
47-
base >=4.5 && <4.9,
47+
base >=4.5 && <4.10,
4848
deepseq >=1.1 && <1.5,
4949
mtl >=2.1 && <2.3,
5050
shelly >=1.6 && <1.7,

0 commit comments

Comments
 (0)