From 007397a2c8e9152b81696d610c8695699a3ab42a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Dec 2019 14:46:05 -0400 Subject: [PATCH] added dep for custom-setup stack build failed w/o this though cabal old-build succeeded. --- git-annex.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/git-annex.cabal b/git-annex.cabal index 508781312e..52cea18f6a 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -296,6 +296,7 @@ source-repository head custom-setup Setup-Depends: base (>= 4.11.1.0), hslogger, split, unix-compat, process, filepath, exceptions, bytestring, directory, IfElse, data-default, + filepath-bytestring (>= 1.4.2.1.1), utf8-string, transformers, Cabal Executable git-annex -- 2.30.2