javelin 0.1.4.0 → 0.1.4.1
raw patch · 2 files changed
+8/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- javelin.cabal +4/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for javelin +## Release 0.1.4.1++* Explicit support for GHC 9.12+ ## Release 0.1.4.0 * Added the `toSeriesDuplicates` method to the `IsSeries` typeclass, to more easily convert to a series
javelin.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: javelin-version: 0.1.4.0+version: 0.1.4.1 synopsis: Labeled one-dimensional arrays license: MIT license-file: LICENSE@@ -10,10 +10,11 @@ build-type: Simple extra-doc-files: CHANGELOG.md files/aapl.txt-tested-with: GHC ==9.10.1+tested-with: GHC ==9.12.1+ || ==9.10.1 || ==9.8.4 || ==9.6.4- || ==9.4.8 + || ==9.4.8 description: This package implements 'Series', labeled one-dimensional arrays