hunk ./CHANGES 43 + +0.2.0.3: + * update for hmatrix 0.17 + hunk ./lib/Graphics/Rendering/Plot/HMatrix.hs 35 -import Numeric.LinearAlgebra +import Numeric.LinearAlgebra hiding(matrix) +import Numeric.LinearAlgebra.Data() hunk ./lib/Graphics/Rendering/Plot/HMatrix.hs 50 +--nohandle :: forall (m :: * -> *) a. Monad m => m a -> m () hunk ./lib/Graphics/Rendering/Plot/HMatrix.hs 68 +--mapf :: forall b a. [a -> b] -> a -> [b] hunk ./lib/Graphics/Rendering/Plot/HMatrix.hs 118 -meshdom r1 r2 = (outer r1 (constant 1 (dim r2)), outer (constant 1 (dim r1)) r2) +meshdom r1 r2 = (outer r1 (konst 1 (size r2)), outer (konst 1 (size r1)) r2) hunk ./plot-gtk.cabal 2 -Version: 0.2.0.2 +Version: 0.2.0.3 hunk ./plot-gtk.cabal 5 -Copyright: (c) A.V.H. McPhail 2010, 2012, 2014 +Copyright: (c) A.V.H. McPhail 2010, 2012, 2014, 2015 hunk ./plot-gtk.cabal 32 - hmatrix >= 0.10, + hmatrix >= 0.17,