cardano-base
cardano-base copied to clipboard
Mark "Internal" modules accordingly
trafficstars
We need to add these pragmas and add a comment to all internal modules to clearly indicate that they are indeed internal:
{-# OPTIONS_GHC -Wno-orphans #-}
{-# OPTIONS_HADDOCK not-home #-}