From 3b825eb7a6ea8fd361416025d5a1728dbc635a0d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Aug 2023 15:47:05 -0400 Subject: [PATCH] rewrap --- git-annex.cabal | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/git-annex.cabal b/git-annex.cabal index fa20535f63..24b32e4147 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -299,13 +299,18 @@ source-repository head location: git://git-annex.branchable.com/ custom-setup - Setup-Depends: base (>= 4.11.1.0 && < 5.0), split, - filepath, exceptions, bytestring, + Setup-Depends: + base (>= 4.11.1.0 && < 5.0), + split, + filepath, + exceptions, + bytestring, filepath-bytestring (>= 1.4.2.1.4), process (>= 1.6.3), time (>= 1.5.0), directory (>= 1.2.7.0), - async, Cabal (< 4.0) + async, + Cabal (< 4.0) Executable git-annex Main-Is: git-annex.hs -- 2.30.2