File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Strictness annotation on unlifted type
3
3
summary : Using a strictness annotation (bang) on an unlifted type is redudant as unlifted values are strict by definition
4
4
severity : warning
5
5
flag : -Wredundant-strictness-flags
6
- introduced : GHC 9.6.1
6
+ introduced : 9.6.1
7
7
---
8
8
9
9
A strictness annotation (also called a bang: ` ! ` ) can be used to denote that a value should not be evaluated lazily.
Original file line number Diff line number Diff line change 2
2
title : Found 'qualified' after the module
3
3
summary : qualified after the module requires the ImportQualifiedPost extension.
4
4
severity : error
5
- introduced : 8.10 .1
5
+ introduced : 9.6 .1
6
6
---
7
7
8
8
The [ ` ImportQualifiedPost extension ` ] ( https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/import_qualified_post.html ) ,
You can’t perform that action at this time.
0 commit comments