aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 11:13:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-23 11:13:14 -0400
commitb34477cedff9d161858331c5430cef2ece89ff05 (patch)
tree762b80b1ba1b75974d1570a746a72658855d34a6 /git-annex.cabal
parent1785f1c62fb50c19a828f3693fe17aa5a22b2ed7 (diff)
Support building with ghc 8.0.1.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3f4e5339a..1d16f9bac 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -93,7 +93,7 @@ Flag XMPP
Executable git-annex
Main-Is: git-annex.hs
Build-Depends:
- base (>= 4.5 && < 4.9),
+ base (>= 4.5 && < 5.0),
optparse-applicative (>= 0.11.0),
containers (>= 0.5.0.0),
exceptions (>= 0.6),