From c6604406b9ed3cd02512a8128104b49433abfbd1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Nov 2020 11:15:14 -0400 Subject: [PATCH] bump dep on filepath-bytestring needed for makeRelative --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index fd9a492e4d..1ce299eb2e 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -298,7 +298,7 @@ source-repository head custom-setup Setup-Depends: base (>= 4.11.1.0), hslogger, split, unix-compat, filepath, exceptions, bytestring, directory, IfElse, data-default, - filepath-bytestring (>= 1.4.2.1.1), + filepath-bytestring (>= 1.4.2.1.4), process (>= 1.6.3), async, utf8-string, transformers, Cabal