forked from meiersi/blaze-builder-enumerator
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES
43 lines (25 loc) · 1 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
* 0.2.1.0
Fixed compiliation on GHC <7.8 by adding a flag to control whether the new
blaze-builder is pulled in (with bytestring-builder, which is also necessary
on older GHC).
* 0.2.0.7
Allowed use of blaze-builder 0.4.
* 0.2.0.5
Widened dependency on bytestring to allow for bytestring-0.10
* 0.2.0.4
Widened dependency on transformers to allow for transformers-0.3
* 0.2.0.3
Changed licence to BSD3
* 0.2.0.2
Widened blaze-builder dependencies.
* 0.2.0.1
Removed left-over flag -fno-warn-unused-binds in .cabal file to allow
blaze-builder-enumerator to be built with GHC 6.10.
* 0.2.0.0
An enumeratee that allows to incrementally execute builders and pass-on the
produced bytestrings to an inner iteratee.
Complete rewrite by Simon Meier <[email protected]> merging the builder
enumeratee code by Michael Snoyman <[email protected]> with the new
buffered output support provided by blaze-builder-0.2.1.0.
* 0.1
Original version by Thomas Sutton <[email protected]>