From b34477cedff9d161858331c5430cef2ece89ff05 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 May 2016 11:13:14 -0400 Subject: Support building with ghc 8.0.1. --- debian/changelog | 1 + git-annex.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 15d03b088..1c520cf5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ git-annex (6.20160512) UNRELEASED; urgency=medium when in a subdirectory of the repository. This affected git annex view. * Fix crash when entering/changing view in a subdirectory of a repo that has a dotfile in its root. + * Support building with ghc 8.0.1. -- Joey Hess Wed, 11 May 2016 16:08:38 -0400 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), -- cgit v1.2.3