added dep for custom-setup
authorJoey Hess <joeyh@joeyh.name>
Wed, 18 Dec 2019 18:46:05 +0000 (14:46 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 18 Dec 2019 18:46:43 +0000 (14:46 -0400)
stack build failed w/o this though cabal old-build succeeded.

git-annex.cabal

index 508781312e886479e2311bd569324232b71b7030..52cea18f6a1bc6642897148f5ad0c31a4d6d2dfe 100644 (file)
@@ -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