Daniel-Diaz / matrix

A Haskell native implementation of matrices and their operations.
BSD 3-Clause "New" or "Revised" License
35 stars 31 forks source link

Needs GHC >= 7.4 due to usage of Data.Monoid.<> #18

Closed bergmark closed 9 years ago

bergmark commented 9 years ago

I've revised existing versions so a new release is not needed: http://hackage.haskell.org/package/matrix/revisions/

Daniel-Diaz commented 9 years ago

I might as well use CPP to define <> if it's not defined (depending on the version of base). This will fix the build, instead of restricting it.

I merge this PR until I do that.