We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717bfc1 commit 23cc266Copy full SHA for 23cc266
ChangeLog.md
@@ -6,6 +6,7 @@
6
* Fix a bug in `Z.Data.Vector.Search` where needle is a singleton.
7
* Optimize `mergeDupAdjacent` family funtions in `Z.Data.Vector.Sort` to not copy vector in case of no duplication.
8
* Add `scientific'` to `Z.Data.Builder`, Add more `Print` instances.
9
+* Bump deps to support GHC 9.0.
10
11
## 0.6.1.0 -- 2020-02-04
12
Z-Data.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: Z-Data
3
-version: 0.6.1.0
+version: 0.7.0.0
4
synopsis: Array, vector and text
5
description: This package provides array, slice and text operations
license: BSD-3-Clause
0 commit comments