plot 0.2.3.7 → 0.2.3.8
raw patch · 3 files changed
+5/−2 lines, 3 files
Files
- CHANGES +3/−0
- lib/Graphics/Rendering/Plot/Render/Plot/Data.hs +1/−1
- plot.cabal +1/−1
CHANGES view
@@ -134,3 +134,6 @@ 0.2.3.7: * implement vector functions thanks to alang9 on github++0.2.3.8:+ * resolve ambiguity in Upper and Lower types from HMatrix
lib/Graphics/Rendering/Plot/Render/Plot/Data.hs view
@@ -29,7 +29,7 @@ --import Foreign.Storable --import Foreign.Ptr -import Numeric.LinearAlgebra+import Numeric.LinearAlgebra hiding (Upper, Lower) --import Numeric.LinearAlgebra.Data import Numeric.LinearAlgebra.Devel
plot.cabal view
@@ -1,5 +1,5 @@ Name: plot-Version: 0.2.3.7+Version: 0.2.3.8 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010, 2012, 2013, 2014, 2015, 2016, 2017