packages feed

loc-0.2.0.0: changelog.md

### 0.2.0.0 (2023-06-26)

Remove `Pos` type; using `Positive` from the `integer-types` package instead

Remove `ToNat` class

Removed all `Data` instances. (Because I don't care; if you need this, ask
for it to be restored.)

`Line` and `Column` now have `Integral` instances

### 0.1.4.1 (2023-01-10)

Support GHC 9.4

### 0.1.4.0 (2022-06-27)

Drop support for GHC 8.4, 8.6, and 8.8

Renamed test suite to `test-loc-properties`

Added module `Data.Loc.SpanOrLoc`

Added to module `Data.Loc` the type `SpanOrLoc` and the functions
`spanOrLocFromTo`, `spanOrLocStart`, and `spanOrLocEnd`

### 0.1.3.16 (2022-01-24)

Fix test suite failure on case-insensitive file systems

### 0.1.3.14 (2022-01-13)

Drop support for GHC 8.0 and 8.2

### 0.1.3.12 (2022-01-13)

Support GHC 9.0 and 9.2

Tighten dependency version bounds

### 0.1.3.10 (2020-11-04)

Added `Data` instances for `Area`, `Loc`, `Pos`, `Line`, `Column`, and `Span`

### 0.1.3.8 - 2020 May 20

Support GHC 8.10

### 0.1.3.6 - 2020 Mar 15

Support GHC 8.8

### Older

The change log was not maintained before this point.

- 0.1.3.4 (2018-11-22)
- 0.1.3.3 (2018-08-23)
- 0.1.3.2 (2017-12-03)
- 0.1.3.1 (2017-08-20)
- 0.1.3.0 (2017-07-22)
- 0.1.2.3 (2017-05-28)
- 0.1.2.2 (2017-05-28)
- 0.1.2.1 (2017-05-16)
- 0.1.2.0 (2017-05-07)
- 0.1.1.0 (2017-05-07)
- 0.1.0.2 (2017-05-07)
- 0.1.0.1 (2017-05-07)
- 0.1.0.0 (2017-05-07)