Skip to content
Snippets Groups Projects
Commit f8c2ea04 authored by Jens Nolte's avatar Jens Nolte
Browse files

Set -Werror=missing-home-modules (missing modules generate ghcid errors)


Co-authored-by: default avatarJan Beinke <git@janbeinke.com>
parent 587b3872
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ common shared-properties
-Wno-unsafe
-Werror=incomplete-patterns
-Werror=missing-fields
-Werror=missing-home-modules
-Werror=missing-methods
common shared-executable-properties
......@@ -91,6 +92,7 @@ library
Quasar.Awaitable
Quasar.Disposable
Quasar.Exceptions
Quasar.Exceptions.ExceptionChannel
Quasar.Monad
Quasar.Observable
Quasar.Observable.Delta
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment