File: CHANGES.md

package info (click to toggle)
haskell-statestack 0.3.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: haskell: 88; makefile: 2
file content (67 lines) | stat: -rw-r--r-- 1,306 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
0.3.1.1 (13 Feb 2023)
----------------------

  - Allow `mtl-2.3` (thanks to @FinleyMcIlwaine)

0.3.1-r1 (23 August 2022)
---------------------

  - Allow `base-4.17` and test on GHC 9.4

0.3.1 (24 March 2022)
---------------------

  - Remove support for `transformers-0.3`
  - Remove dependency on `transformers-compat`

0.3-r2 (28 Dec 2021)
--------------------

  - Allow `base-4.16`, `transformers-0.6`, `transformers-compat-0.7`
  - Test with GHC through 9.2

0.3-r1 (28 May 2021)
--------------------

  - Builds with GHC 7.10 through 9.0

0.3 (13 November 2019)
----------------------

  - Now builds with with GHC 7.10 through 8.8
  - Drop support for GHC < 7.10
  - Remove deprecated `ListT` instance

0.2.0.5-r2 (2 April 2018)
-------------------------

  - Allow `base-4.11`
  - Allow `transformers-compat-0.6.x`

0.2.0.5-r1 (8 August 2017)
-------------------------

  - Allow `base-4.10`

0.2.0.5 (17 January 2016)
-------------------------

  - Allow `transformers-compat-0.5`

0.2.0.4 (19 April 2015)
-----------------------

  - Use `transformers-compat` to suppress deprecation warnings.

0.2.0.3 (2 June 2014)
----------------------

  - Allow `mtl-2.2`
  - Allow `transformers-0.4`

0.2 (5 Nov 2013)
--------

  * Update to work with latest versions of everything

0.1: Initial release