Skip to content

Commit c26ed66

Browse files
committed
version bump; changelog entry
1 parent 9c11638 commit c26ed66

2 files changed

Lines changed: 20 additions & 11 deletions

File tree

changelog.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1-
- ???
1+
- 0.2.3.0
2+
Add `wrapEffect`.
3+
4+
Compatibility with base 4.13.
5+
6+
Provide a MonadFail instance for Stream.
7+
8+
Only depend on `semigroups` on old GHCs.
9+
10+
Add `untilLeft` (counterpart to `untilRight`)
11+
12+
Add doctests.
13+
14+
Enable -Wall in cabal file.
215

3-
Added `nubOrd`, `nubInt`, `nubOrdOn`, `nubIntOn`.
16+
Build with ghc >= 7.10.3.
17+
18+
- 0.2.2.0
19+
20+
Add `nubOrd`, `nubInt`, `nubOrdOn`, `nubIntOn`.
421

522
Fix performance regression in `for`.
623

@@ -19,14 +36,6 @@
1936

2037
Generalise type signature of `toList_`.
2138

22-
Add `wrapEffect`.
23-
24-
Compatibility with base 4.13.
25-
26-
Provide a MonadFail instance for Stream.
27-
28-
Only depend on `semigroups` on old GHCs.
29-
3039
- 0.2.1.0
3140

3241
Adding `Semigroup` instances for GHC 8.4.

streaming.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: streaming
2-
version: 0.2.2.0
2+
version: 0.2.3.0
33
cabal-version: >=1.10
44
build-type: Simple
55
synopsis: an elementary streaming prelude and general stream type.

0 commit comments

Comments
 (0)