Skip to content

Commit 96d8c9c

Browse files
authored
Merge pull request #443 from haskellfoundation/fix-small-typos
Fix two incorrect instances of the "introduced" field
2 parents eebfccd + 4df1397 commit 96d8c9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

message-index/messages/GHC-55666/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Strictness annotation on unlifted type
33
summary: Using a strictness annotation (bang) on an unlifted type is redudant as unlifted values are strict by definition
44
severity: warning
55
flag: -Wredundant-strictness-flags
6-
introduced: GHC 9.6.1
6+
introduced: 9.6.1
77
---
88

99
A strictness annotation (also called a bang: `!`) can be used to denote that a value should not be evaluated lazily.

message-index/messages/GHC-87491/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Found 'qualified' after the module
33
summary: qualified after the module requires the ImportQualifiedPost extension.
44
severity: error
5-
introduced: 8.10.1
5+
introduced: 9.6.1
66
---
77

88
The [`ImportQualifiedPost extension`](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/import_qualified_post.html),

0 commit comments

Comments
 (0)