msakai / data-interval

Interval datatype, interval arithmetic, and interval-based containers for Haskell
Other
21 stars 9 forks source link

Support base-4.15 #27

Closed Bodigrim closed 3 years ago

Bodigrim commented 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

-Wcompat recommends to import Data.List with explicit list.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.2%) to 86.686% when pulling 7a27acb96132e52741c1b77679e601e8680c114b on Bodigrim:support-base-4.15 into 3097bf631d381587208600d8719ad7af1bd03150 on msakai:master.