hmatrix 0.16.0.2 → 0.16.0.3
raw patch · 1 files changed
+8/−1 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hmatrix.cabal +8/−1
hmatrix.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-Version: 0.16.0.2+Version: 0.16.0.3 License: BSD3 License-file: LICENSE Author: Alberto Ruiz@@ -8,6 +8,13 @@ Homepage: https://github.com/albertoruiz/hmatrix Synopsis: Numeric Linear Algebra Description: Linear algebra based on BLAS and LAPACK.+ .+ The package is organized as follows:+ .+ ["Numeric.LinearAlgebra.HMatrix"] Starting point and recommended import module for most applications.+ .+ ["Numeric.LinearAlgebra.Static"] Experimental alternative interface.+ Category: Math tested-with: GHC==7.8