From 7e9a5f062799e6ad6e83bcabd8fecaab22e4bde9 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Thu, 29 Dec 2022 07:25:03 +0000 Subject: [PATCH] Simplify the cabal package description. Rendering of hyperlinks on Hackage is unreliable. This removes all hyperlinks from the cabal package description. --- quickcheck-monoid-subclasses.cabal | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/quickcheck-monoid-subclasses.cabal b/quickcheck-monoid-subclasses.cabal index 3652837..efe4f75 100644 --- a/quickcheck-monoid-subclasses.cabal +++ b/quickcheck-monoid-subclasses.cabal @@ -11,10 +11,8 @@ category: Testing synopsis: Testing monoid subclass instances with QuickCheck description: - [QuickCheck](https://hackage.haskell.org/package/QuickCheck) support for - testing instances of type classes defined in the - [monoid-subclasses](https://hackage.haskell.org/package/monoid-subclasses) - library. + QuickCheck support for testing instances of type classes defined in the + monoid-subclasses library. extra-doc-files: CHANGELOG.md