From 2d55d8f1ac6e883808344f909470b5e70f1dc242 Mon Sep 17 00:00:00 2001 From: Francesco Ariis Date: Tue, 23 Apr 2024 17:51:58 +0200 Subject: [PATCH] Do not repeat yourself --- release-notes/Cabal-3.12.0.0.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-notes/Cabal-3.12.0.0.md b/release-notes/Cabal-3.12.0.0.md index fd09da19dbd..318e2f7262f 100644 --- a/release-notes/Cabal-3.12.0.0.md +++ b/release-notes/Cabal-3.12.0.0.md @@ -168,9 +168,9 @@ Cabal and Cabal-syntax 3.12.0.0 changelog and release notes - Add support for a number of architectures: - - Add support for the 64-bit RISC-V architecture [#9062](https://github.com/haskell/cabal/pull/9062) - - Add support for 64-bit LoongArch architecture [#9215](https://github.com/haskell/cabal/pull/9215) - - Add support for 64-bit SPARC as a separate architecture [#9445](https://github.com/haskell/cabal/pull/9445) + - RISC-V [#9062](https://github.com/haskell/cabal/pull/9062) + - 64-bit LoongArch [#9215](https://github.com/haskell/cabal/pull/9215) + - 64-bit SPARC as a separate architecture [#9445](https://github.com/haskell/cabal/pull/9445) - Don't report `index.html` file as created, if not created by Haddock [#5120](https://github.com/haskell/cabal/issues/5120) [#9332](https://github.com/haskell/cabal/pull/9332)