blob: ed4b3d9d43d781e88005d4cc5431420af3de24a8 (
plain) (
blame)
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
44
45
46
47
48
49
|
# Version 0.0.0.12
* Opposing lenses for `lines` and `unlines` and `words` and `unwords`.
Brought closer in line with `pipes-bytestring` again. Removed `count`, which
was wrong. Scrapped `Iso` and the `profunctors` dependency.
# Version 0.0.0.11
* Updated to use streaming-commons in place of text-stream-decoding.
# Version 0.0.0.10
* Documentation changes.
# Version 0.0.0.9
* Documentation changes.
# Version 0.0.0.7
* Used the new text-stream-decoding package
* Separated IO and Encoding modules adding flag -fnoio
# Version 0.0.0.5
* Rearranged internal modules
# Version 0.0.0.4
* Altered bad haddock markup
# Version 0.0.0.3
* Actually added changelog
# Version 0.0.0.2
* Omit `stdinLn` as likely to be dangerous through misunderstanding.
# Version 0.0.0.1
* Rearrange order of 'Internal' materials.
|