ekmett / intervals

Interval Arithmetic
http://hackage.haskell.org/package/intervals
BSD 2-Clause "Simplified" License
27 stars 13 forks source link

Hide Data.Foldable.null to avoid ambiguous references in Internal and Kaucher. #34

Closed ryantrinkle closed 9 years ago

ryantrinkle commented 9 years ago

Also bump the version number from 0.7.0.1 to 0.7.0.2.

ryantrinkle commented 9 years ago

According to Travis CI, this commit adds two warnings in GHC 7.6.3:

src/Numeric/Interval/Kaucher.hs:56:1: Warning:
    Module `Data.Foldable' does not export `null'
src/Numeric/Interval/Internal.hs:55:1: Warning:
    Module `Data.Foldable' does not export `null'

I'm not sure how to fix that without some relatively gross CPP hackery, but I'll happy to add that if it's necessary to fix the warnings.

ryantrinkle commented 9 years ago

Oops, looks like #33 already has this under control.