hanshoglund / average

Provides a (fake) monoid for calculating arithmetic means.
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Missing commits? And GHC < 7.4 build failures #2

Open bergmark opened 9 years ago

bergmark commented 9 years ago

Seems this repo is out of date, forgot to push?

I revised the latest version (http://hackage.haskell.org/package/average/revisions/) to exclude GHC < 7.4 since Num was a subclass of Fractional then and that instance doesn't exist for Average a. A new release is only needed if you want to support older GHCs, otherwise please add a base >= 4.5 lower bound.