File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ library
77
77
if impl(ghc >= 8.0 ) && impl(ghc < 8.8 )
78
78
ghc-options : -Wnoncanonical-monadfail-instances
79
79
80
+ if impl(ghc >= 9.14 )
81
+ ghc-options : -Wno-pattern-namespace-specifier -Wno-incomplete-record-selectors
82
+
80
83
exposed-modules :
81
84
Distribution.Backpack.Configure
82
85
Distribution.Backpack.ComponentsGraph
Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ common warnings
61
61
if impl(ghc < 8.8 )
62
62
ghc-options : -Wnoncanonical-monadfail-instances
63
63
64
+ if impl(ghc >= 9.14 )
65
+ ghc-options : -Wno-pattern-namespace-specifier -Wno-incomplete-record-selectors
66
+
64
67
common base-dep
65
68
build-depends :
66
69
, base >= 4.13 && < 4.22
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ if impl(ghc >= 9)
9
9
ghc-options: -Wunused-packages
10
10
package cabal-testsuite
11
11
ghc-options: -Wwarn=unused-packages
12
+
You can’t perform that action at this time.
0 commit comments