From 679d2286aaabbc0edbb56c09c2f38d8c39dd240d Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 15 Aug 2023 13:28:41 -0400
Subject: [PATCH] fix the ascii art

unfortunately cabal-fmt doesn't know about it
---
 tahoe-capabilities.cabal | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tahoe-capabilities.cabal b/tahoe-capabilities.cabal
index 7af4ce9..9905333 100644
--- a/tahoe-capabilities.cabal
+++ b/tahoe-capabilities.cabal
@@ -18,9 +18,9 @@ name:            tahoe-capabilities
 -- See the Haskell package versioning policy (PVP) for standards
 -- guiding when and how versions should be incremented.
 -- https://pvp.haskell.org
--- PVP summary:     +-+------- breaking API changes
---                  | | +----- non-breaking API additions
---                  | | | +--- code changes with no API change
+-- PVP summary:  +-+------- breaking API changes
+--               | | +----- non-breaking API additions
+--               | | | +--- code changes with no API change
 version:         0.1.0.0
 
 -- A short (one-line) description of the package.
-- 
GitLab