From c46000874c9e428dade5e6b78bc039700cddfee9 Mon Sep 17 00:00:00 2001 From: Ivan Perez Date: Sun, 21 May 2023 08:50:37 -0700 Subject: [PATCH] ogma-cli: Fix rendering of quotes in URLs in package description. Refs #72. The description in the cabal file contains two entries with double quotes in the tiles of links. Those double quotes are not displayed correctly on hackage: instead of appearing as ", they are shown as ". This commit moves the quotes outside the link text so that hackage will render them without escaping them. --- ogma-cli/ogma-cli.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogma-cli/ogma-cli.cabal b/ogma-cli/ogma-cli.cabal index 9867cee..e2655b4 100644 --- a/ogma-cli/ogma-cli.cabal +++ b/ogma-cli/ogma-cli.cabal @@ -105,9 +105,9 @@ description: Ogma is a tool to facilitate the integration of safe runtim . - . . - - , Perez, Dedden and Goodloe. 2020. + - "", Perez, Dedden and Goodloe. 2020. . - - , Dutle et al. 2020. + - "", Dutle et al. 2020. -- Ogma packages should be uncurated so that only the official maintainers make -- changes.