src/Algebra/Lattice.hs:74:1: error:
Data.Semigroup.Foldable: Can't be safely imported!
The module itself isn't safe.
I suspect it's due
import Data.Orphans ()
+import Language.Haskell.TH (Q)
import Prelude hiding (id, (.))
This is just a heads-up, the failures may show up somewhere or may not.
I suspect it's due
import Data.Orphans () +import Language.Haskell.TH (Q) import Prelude hiding (id, (.))This is just a heads-up, the failures may show up somewhere or may not.