rewrap
authorJoey Hess <joeyh@joeyh.name>
Tue, 1 Aug 2023 19:47:05 +0000 (15:47 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 1 Aug 2023 19:47:05 +0000 (15:47 -0400)
git-annex.cabal

index fa20535f6385757318d288a6186d71e003050167..24b32e414720d219657850e59d84d45af13dd04b 100644 (file)
@@ -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