We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263f120 commit ea5776dCopy full SHA for ea5776d
cabal-install/cabal-install.cabal
@@ -52,7 +52,6 @@ Flag lukko
52
default: True
53
manual: True
54
55
-<<<<<<< HEAD
56
executable cabal
57
main-is: Main.hs
58
hs-source-dirs: main
@@ -63,17 +62,6 @@ executable cabal
63
62
-Wnoncanonical-monad-instances
64
if impl(ghc < 8.8)
65
ghc-options: -Wnoncanonical-monadfail-instances
66
-=======
67
-common warnings
68
- ghc-options: -Wall -Wcompat -Wnoncanonical-monad-instances -Wincomplete-uni-patterns -Wincomplete-record-updates
69
- if impl(ghc < 8.8)
70
- ghc-options: -Wnoncanonical-monadfail-instances
71
- if impl(ghc >=8.10)
72
- ghc-options: -Wunused-packages
73
-
74
-common base-dep
75
- build-depends: base >=4.10 && <4.16
76
->>>>>>> 2917995d0 (Turn on a few extra GHC warnings)
77
78
if impl(ghc >=8.10)
79
ghc-options: -Wunused-packages
0 commit comments