Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,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.
Expand Down Expand Up @@ -1450,7 +1452,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
Expand Down Expand Up @@ -1518,7 +1522,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
Expand Down