File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 45
45
- " -Wno-missing-import-lists"
46
46
# TODO: file a bug about this, too
47
47
- " -Wno-missing-export-lists"
48
+ - condition : " impl(ghc >= 8.8)"
49
+ ghc-options :
50
+ - " -Wno-missing-deriving-strategies"
48
51
dependencies :
49
52
# https://github.com/phadej/cabal-doctest/issues/19
50
53
q4c12-foldable-utils :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cabal-version: 2.2
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 4a4ae422ed5bac88244890f0e7747fc061c2b858aaa31174d03f99ad0bd4fa1c
7
+ -- hash: da4bda9c2d042a5f4107f66916cc1e4016b8c5108332828ad0df95e7c6e0b9a8
8
8
9
9
name : q4c12-foldable-utils
10
10
version : 0
@@ -52,4 +52,6 @@ test-suite doctests
52
52
, q4c12-foldable-utils
53
53
if true
54
54
ghc-options : -Wno-missing-import-lists -Wno-missing-export-lists
55
+ if impl(ghc >= 8.8 )
56
+ ghc-options : -Wno-missing-deriving-strategies
55
57
default-language : Haskell2010
Original file line number Diff line number Diff line change 74
74
- " -Wno-missing-import-lists"
75
75
# TODO: file a but about this, too
76
76
- " -Wno-missing-export-lists"
77
+ - condition : " impl(ghc >= 8.8)"
78
+ ghc-options :
79
+ - " -Wno-missing-deriving-strategies"
77
80
dependencies :
78
81
# https://github.com/phadej/cabal-doctest/issues/19
79
82
q4c12-twofinger :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cabal-version: 2.2
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: ea6d8c46791a738a697f486e64ba0963994a16da8189ba0fdaa773f9b27f468b
7
+ -- hash: ad72006784114c15a8992624d5dec4d36605209132061180060329d24a74eaab
8
8
9
9
name : q4c12-twofinger
10
10
version : 0.2.0.1
@@ -66,6 +66,8 @@ test-suite doctests
66
66
, q4c12-twofinger
67
67
if true
68
68
ghc-options : -Wno-missing-import-lists -Wno-missing-export-lists
69
+ if impl(ghc >= 8.8 )
70
+ ghc-options : -Wno-missing-deriving-strategies
69
71
default-language : Haskell2010
70
72
71
73
test-suite properties
You can’t perform that action at this time.
0 commit comments