-
Grégoire Locqueville authored
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.
9370d633