From 3d94d4a862ff76ad305f55cf4215a1a2b7c9fbe9 Mon Sep 17 00:00:00 2001 From: cwstra Date: Sun, 1 Jun 2025 22:09:59 +0000 Subject: [PATCH] Fix byPrefix example --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe22309ba..87d2bb56b 100644 --- a/README.md +++ b/README.md @@ -1391,7 +1391,9 @@ workspace: # Note: when using `byPrefix`, use the `>` for block-string: # see https://yaml-multiline.info/ - byPrefix: > - "Data.Map"'s `Semigroup instance` + A custom warning occurred while solving type class constraints: + + Data.Map's `Semigroup` instance # Specify whether to show statistics at the end of the compilation, # and how verbose they should be. @@ -1447,7 +1449,9 @@ package: # Note: when using `byPrefix`, use the `>` for block-string: # see https://yaml-multiline.info/ - byPrefix: > - "Data.Map"'s `Semigroup instance` + A custom warning occurred while solving type class constraints: + + Data.Map's `Semigroup` instance # Convert compiler warnings for files in this package's src code # into errors that can fail the build. # Optional and defaults to false @@ -1515,7 +1519,9 @@ package: # Note: when using `byPrefix`, use the `>` for block-string: # see https://yaml-multiline.info/ - byPrefix: > - "Data.Map"'s `Semigroup instance` + A custom warning occurred while solving type class constraints: + + Data.Map's `Semigroup` instance # Convert compiler warnings for files from this package's test code # into errors that can fail the build. # Optional and defaults to false