Skip to content

Commit b4b20bf

Browse files
committed
[ ghc warning ] Added -Wimplicit-kind-vars.
1 parent b95144b commit b4b20bf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.ghci860

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
-- It should be loaded automatically by the `.ghci` file in this directory.
33
--
44
:script .ghci820
5+
:set -Wimplicit-kind-vars
56
:set -Winaccessible-code
67
:set -Wstar-binder
78
:set -Wstar-is-type

Agda.cabal

+2-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,8 @@ library
611611

612612
-- NOTE: If adding flags, also add to `.ghci860`
613613
if impl(ghc >= 8.6)
614-
ghc-options: -Winaccessible-code
614+
ghc-options: -Wimplicit-kind-vars
615+
-Winaccessible-code
615616
-Wstar-binder
616617
-Wstar-is-type
617618

0 commit comments

Comments
 (0)