File tree Expand file tree Collapse file tree 4 files changed +0
-20
lines changed Expand file tree Collapse file tree 4 files changed +0
-20
lines changed 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
build-tool-depends : alex :alex
68
63
69
64
exposed-modules :
Original file line number Diff line number Diff line change @@ -65,11 +65,6 @@ library
65
65
if impl(ghc >= 8.0 ) && impl(ghc < 8.8 )
66
66
ghc-options : -Wnoncanonical-monadfail-instances
67
67
68
- -- Warning: even though introduced with GHC 8.10, -Wunused-packages gives
69
- -- false positives with GHC 8.10.
70
- if impl(ghc >= 9 )
71
- ghc-options : -Wunused-packages
72
-
73
68
exposed-modules :
74
69
Distribution.Backpack.Configure
75
70
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 @@ -51,11 +51,6 @@ common warnings
51
51
if impl(ghc < 8.8 )
52
52
ghc-options : -Wnoncanonical-monadfail-instances
53
53
54
- -- Warning: even though introduced with GHC 8.10, -Wunused-packages gives
55
- -- false positives with GHC 8.10.
56
- if impl(ghc >= 9 )
57
- ghc-options : -Wunused-packages
58
-
59
54
common base-dep
60
55
build-depends : base >= 4.10 && < 4.20
61
56
You can’t perform that action at this time.
0 commit comments