File: changelog.md

package info (click to toggle)
haskell-monads-tf 0.3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: haskell: 594; makefile: 2
file content (86 lines) | stat: -rw-r--r-- 1,238 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
## 0.3.0.1

Documentation improvements

Author: Ross Paterson

Published by: Chris Martin

Date: 2023-07-10

## 0.3.0.0

Remove deprecated modules:

* `Control.Monad.Error`
* `Control.Monad.Error.Class`
* `Control.Monad.List`

Add support for `transformers-0.6.*`

Published by: Chris Martin

Date: 2023-07-10

## 0.2.1.0

Add `MonadCont`, `MonadReader`, `MonadState`, `MonadRWS`,
`MonadWriter` instances for `ExceptT`.

Published by: Chris Martin

Date: 2023-07-10

## 0.2.0.0

Added new modules `Control.Monad.Except` and
`Control.Monad.Except.Class`

Deprecated modules `Control.Monad.Error` and
`Control.Monad.Error.Class` in favor of the new `Except`
modules, following what `transformers-0.4.0.0` did.

Deprecated module `Control.Monad.List`, following what
`transformers-0.5.3.0` did.

Contributors: Ross Paterson and Chris Martin

Published by: Chris Martin

Date: 2023-07-10

## 0.1.0.3

Published by: Ross Paterson

Date: 2016-06-08

## 0.1.0.2

Published by: Ross Paterson

Date: 2014-04-19

## 0.1.0.1

Published by: Ross Paterson

Date: 2012-09-16

## 0.1.0.0

Published by: Ross Paterson

Date: 2010-03-26

## 0.0.0.1

Published by: Ross Paterson

Date: 2009-03-22

## 0.0.0.0

Published by: Ross Paterson

Date: 2009-01-10