hsignal 0.2.4.2 → 0.2.4.3
raw patch · 2 files changed
+5/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES +3/−0
- hsignal.cabal +2/−3
CHANGES view
@@ -115,3 +115,6 @@ 0.2.4.2: removed Warning about Foreign CInt switch to System.IO.Unsafe.unsafePerformIO++0.2.4.3:+ removed reference to '-fvector' in .cabal
hsignal.cabal view
@@ -1,5 +1,5 @@ Name: hsignal-Version: 0.2.4.2+Version: 0.2.4.3 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010, 2011@@ -13,8 +13,7 @@ . Provides data types for manipulating EEG data, including reading from BDF data format files .- When hmatrix is installed with -fvector, the vector type is Data.Vector.Storable- from the vector package.+ The vector type is Data.Vector.Storable from the 'vector' package. . Feature requests, suggestions, and bug fixes welcome. Category: Math