Re-enable orphan warnings
Many modules feature the `{-# OPTIONS_GHC -fno-warn-orphans #-}` pragma. In many cases, this pragma has no effect (because there are no orphan declarations in the module). In some other cases, a little bit of refactoring could make them useless. This commit removes the pragma only in those modules where removing it changes absolutely nothing.
Showing
Please register or sign in to comment