File: CHANGELOG.md

package info (click to toggle)
haskell-input-parsers 0.3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: haskell: 602; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,164 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
# Revision history for input-parsers

## 0.3.0.2 -- 2023-11-25

* Incremented the upper bound of the `bytestring` and `text` dependencies.

## 0.3.0.1 -- 2023-06-17

* Incremented the upper bound of the `transformers` dependency.

## 0.3 -- 2022-10-02

* Dropped support for GHC < 8.4
* Incremented the upper bound of the `monoid-subclasses` dependency.
* Added `-Wall` and fixed all warnings.

## 0.2.3.2 -- 2022-03-25

* Incremented the upper bound of the `text` dependency.

## 0.2.3.1 -- 2021-11-25

* Incremented the upper bound of the optional `attoparsec` dependency.

## 0.2.3 -- 2021-03-26

* Improved documentation
* Fixed compilation with GHC 8.2.2

## 0.2.2 -- 2021-03-26

* Move Data.ByteString and Data.ByteString.Lazy imports outside ifdef (by Gary Coady)
* Exported all Position methods

## 0.2.1 -- 2021-03-09

* Changed the default instance of `ParserPosition`, made `Position` a subclass of `Ord`.

## 0.2 -- 2021-03-07

* Added `ParserPosition` and made `Position` a class. Deprecated.

## 0.1.0.1 -- 2020-07-19

* Incremented the upper bound of `base` dependency.

## 0.1.0.0 -- 2020-07-18

* First version. Released on an unsuspecting world.