IntersectMBO / IntersectMBO/cardano-base
Mark "Internal" modules accordingly
Open
- Dominant language
- Haskell
- Stars
- 105
- Forks
- 54
- Avg merge
- 9d 2h
- Merged PRs (30d)
- 4
Description
We need to add these pragmas and add a comment to all internal modules to clearly indicate that they are indeed internal:
```haskell
{-# OPTIONS_GHC -Wno-orphans #-}
{-# OPTIONS_HADDOCK not-home #-}
```
Contributor guide
Assessment
This issue has not been assessed yet.