hmatrix-special 0.2.0 → 0.3.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep +hmatrix-gsldep ~basedep ~hmatrixPVP ok
version bump matches the API change (PVP)
Dependencies added: hmatrix-gsl
Dependency ranges changed: base, hmatrix
API changes (from Hackage documentation)
Files
- hmatrix-special.cabal +4/−4
hmatrix-special.cabal view
@@ -1,11 +1,11 @@ Name: hmatrix-special-Version: 0.2.0+Version: 0.3.0 License: GPL License-file: LICENSE Author: Alberto Ruiz Maintainer: Alberto Ruiz <aruiz@um.es> Stability: experimental-Homepage: http://perception.inf.um.es/hmatrix+Homepage: https://github.com/albertoruiz/hmatrix Synopsis: Interface to GSL special functions Description: Interface to GSL special functions.@@ -27,7 +27,7 @@ default: False library- Build-Depends: base >= 3 && < 5, hmatrix >= 0.9+ Build-Depends: base <5, hmatrix, hmatrix-gsl Extensions: ForeignFunctionInterface, CPP@@ -75,5 +75,5 @@ source-repository head type: git- location: https://github.com/AlbertoRuiz/hmatrix+ location: https://github.com/albertoruiz/hmatrix