cardano-base icon indicating copy to clipboard operation
cardano-base copied to clipboard

Mark "Internal" modules accordingly

Open lehins opened this issue 1 year ago • 0 comments
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 #-}

lehins avatar Nov 13 '24 18:11 lehins