hmatrix-special 0.3.0.1 → 0.4.0.0
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~hmatrixPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hmatrix
API changes (from Hackage documentation)
Files
hmatrix-special.cabal view
@@ -1,5 +1,5 @@ Name: hmatrix-special-Version: 0.3.0.1+Version: 0.4.0.0 License: GPL License-file: LICENSE Author: Alberto Ruiz@@ -27,7 +27,7 @@ default: False library- Build-Depends: base <5, hmatrix, hmatrix-gsl+ Build-Depends: base <5, hmatrix>=0.17, hmatrix-gsl Extensions: ForeignFunctionInterface, CPP
lib/Numeric/GSL/Special/Internal.hsc view
@@ -33,7 +33,7 @@ import Foreign.Ptr import Foreign.Marshal import System.IO.Unsafe(unsafePerformIO)-import Data.Packed.Development(check,(//))+import Numeric.LinearAlgebra.Devel(check,(//)) import Foreign.C.Types data Precision = PrecDouble | PrecSingle | PrecApprox