File: changelog.md

package info (click to toggle)
haskell-hashable-time 0.3-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 72 kB
  • sloc: haskell: 31; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.3
---

Package is deprecated. Instances are moved to
[`time-compat`](https://hackage.haskell.org/package/time-compat)
package.

`Hashable ZonedTime` instance is removed, as there is no `Eq Hashable`.
This is in a preparation for making `Eq` a superclass of `Hashable`.

`Data.Hashable.Time` is empty module, i.e .it doesn't re-export `Hashable`
class, but only infects you with the orphan instances.

0.2.1
-----

Add instances for `Month`, `Quarter`, `QuarterOfYear` and `DayOfWeek`.