Closed Bodigrim closed 3 years ago
Data.List.singleton from base-4.15 conflicts with Data.Interval.singleton https://downloads.haskell.org/ghc/9.0.1-rc1/docs/html/libraries/base-4.15.0.0/Data-List.html#v:singleton
Data.List.singleton
base-4.15
Data.Interval.singleton
-Wcompat recommends to import Data.List with explicit list.
-Wcompat
Data.List
Coverage increased (+0.2%) to 86.686% when pulling 7a27acb96132e52741c1b77679e601e8680c114b on Bodigrim:support-base-4.15 into 3097bf631d381587208600d8719ad7af1bd03150 on msakai:master.
Data.List.singleton
frombase-4.15
conflicts withData.Interval.singleton
https://downloads.haskell.org/ghc/9.0.1-rc1/docs/html/libraries/base-4.15.0.0/Data-List.html#v:singleton-Wcompat
recommends to importData.List
with explicit list.