haskell-numerics / hmatrix

Linear algebra and numerical computation
381 stars 104 forks source link

cabal install hmatrix-tests fails on 8.8.1 and 8.10.1 alpha #313

Closed GeorgeCo closed 4 years ago

GeorgeCo commented 4 years ago

[3 of 4] Compiling Numeric.LinearAlgebra.Tests ( src/Numeric/LinearAlgebra/Tests.hs, dist/build/Numeric/LinearAlgebra/Tests.o, dist/build/Numeric/LinearAlgebra/Tests.dyn_o )

src/Numeric/LinearAlgebra/Tests.hs:410:5: error: ‘fail’ is not a (visible) method of class ‘Monad’ | 410 | fail _ = MaybeT $ return Nothing | ^^^^ cabal: Failed to build hmatrix-tests-0.19.0.0. See the build log above for details.

GeorgeCo commented 4 years ago

Thanks for fixing this. Will there be a new version soon that contains the fix?