• Grégoire Locqueville's avatar
    Re-enable orphan warnings · 9370d633
    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
Name
Last commit
Last update
..
API Loading commit data...
Core Loading commit data...
Data/HashMap/Strict Loading commit data...
Database Loading commit data...
MicroServices Loading commit data...
System Loading commit data...
Utils Loading commit data...
API.hs Loading commit data...
Core.hs Loading commit data...
Database.hs Loading commit data...
Defaults.hs Loading commit data...