File: CHANGELOG.md

package info (click to toggle)
haskell-binary-orphans 0.1.8.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • sloc: haskell: 257; makefile: 5
file content (38 lines) | stat: -rw-r--r-- 870 bytes parent folder | download
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
- 0.1.8.0
  - `ZonedTime` instance (by @mstksg)

- 0.1.7.0
  - GHC-8.2 support
  - `SystemTime` instance (`time-1.8`)

- 0.1.6.0
  - Add instance for `hashed` in `hashable >=1.2.5.0`

- 0.1.5.2
  - Fix issue with binary-0.5.*

- 0.1.5.1
  - Fix issue with binary-0.8.4.* and GHC-7.*

- 0.1.5.0
  - Add `CI a` instance
  - Add `Alt f a` instance for `base >= 4.8.0.0`
  - Add `WrappedMonoid m` and `Arg a b` instances
  - Support `binary-0.8.4.0`
  - Add `Void` instance (`base <4.8`)
  - Add `Natural` instance (`nats <1.1`, `base <4.8`)

- 0.1.4.0
  - Add `AbsoluteTime` instance (thanks @neongreen)

- 0.1.3.1
  - Support GHC 7.6

- 0.1.3.0
  - Add `Min`, `Max`, `First`, `Last`, `Option`, and `NonEmpty` instances (from `semigroups`)

- 0.1.2.0
  - Support `scientific >= 0.3.4`

- 0.1.1.0
  - Add `Dual`, `All`, `Any`, `Sum`, `Product`, `First` and `Last` instances