File tree 4 files changed +0
-20
lines changed 4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,6 @@ library
53
53
if impl(ghc >= 8.0 ) && impl(ghc < 8.8 )
54
54
ghc-options : -Wnoncanonical-monadfail-instances
55
55
56
- -- Warning: even though introduced with GHC 8.10, -Wunused-packages gives
57
- -- false positives with GHC 8.10.
58
- if impl(ghc >= 9 )
59
- ghc-options : -Wunused-packages
60
-
61
56
build-tool-depends : alex :alex
62
57
63
58
exposed-modules :
Original file line number Diff line number Diff line change @@ -59,11 +59,6 @@ library
59
59
if impl(ghc >= 8.0 ) && impl(ghc < 8.8 )
60
60
ghc-options : -Wnoncanonical-monadfail-instances
61
61
62
- -- Warning: even though introduced with GHC 8.10, -Wunused-packages gives
63
- -- false positives with GHC 8.10.
64
- if impl(ghc >= 9 )
65
- ghc-options : -Wunused-packages
66
-
67
62
exposed-modules :
68
63
Distribution.Backpack.Configure
69
64
Distribution.Backpack.ComponentsGraph
Original file line number Diff line number Diff line change @@ -43,11 +43,6 @@ library
43
43
if impl(ghc < 8.8 )
44
44
ghc-options : -Wnoncanonical-monadfail-instances
45
45
46
- -- Warning: even though introduced with GHC 8.10, -Wunused-packages gives
47
- -- false positives with GHC 8.10.
48
- if impl(ghc >= 9 )
49
- ghc-options : -Wunused-packages
50
-
51
46
exposed-modules :
52
47
Distribution.Client.Utils.Assertion
53
48
Original file line number Diff line number Diff line change @@ -45,11 +45,6 @@ common warnings
45
45
if impl(ghc < 8.8 )
46
46
ghc-options : -Wnoncanonical-monadfail-instances
47
47
48
- -- Warning: even though introduced with GHC 8.10, -Wunused-packages gives
49
- -- false positives with GHC 8.10.
50
- if impl(ghc >= 9 )
51
- ghc-options : -Wunused-packages
52
-
53
48
common base-dep
54
49
build-depends : base >= 4.10 && < 4.20
55
50
You can’t perform that action at this time.
0 commit comments