File: CHANGELOG.markdown

package info (click to toggle)
haskell-prelude-extras 0.4.0.3-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104 kB
  • sloc: haskell: 565; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
0.4.0.3
-------
* Add instances for `Const`
* Add instances for tuples up to 9

0.4.0.2
-------
* Mark `Prelude.Extras` as Trustworthy

0.4.0.1
-------
* Added instances for the types in base where possible

0.4
---
* Derived `Functor`, `Foldable`, and `Traversable` for `Lift1` and `Lift2`

0.3.1
-----
* Fixed a broken `#ifdef`

0.3
---
* Restructured so users can take advantage of default signatures