hmatrix-svdlibc 0.3.0 → 0.3.1
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hmatrix-svdlibc.cabal +3/−3
hmatrix-svdlibc.cabal view
@@ -1,5 +1,5 @@ name: hmatrix-svdlibc-version: 0.3.0+version: 0.3.1 synopsis: SVDLIBC bindings for HMatrix description: Bindings for the sparse singular value decomposition@@ -9,7 +9,7 @@ license-file: LICENSE author: Ben Gamari maintainer: bgamari.foss@gmail.com--- copyright:+copyright: (c) 2014 Ben Gamari category: Math build-type: Simple cabal-version: >=1.8@@ -17,7 +17,7 @@ source-repository head type: git- location: git://github.com/bgamari/gmatrix-svdlibc.git+ location: git://github.com/bgamari/hmatrix-svdlibc.git library exposed-modules: Numeric.LinearAlgebra.SVD.SVDLIBC