chessai / eigen

Haskell bindings to the Eigen C++ library
Other
16 stars 6 forks source link

Adapt to GHC 9.2.3 and recent package versions #21

Closed tkx68 closed 2 years ago

tkx68 commented 2 years ago

These changes make the package usable with the latest GHC 9.2.3.

There are minor changes to the source code of SparseMatrix where additional constraints 0 <= n resp. 0 <= m are needed. Apart from I just upgraded the package constraints tries the test suites.