File: ChangeLog.md

package info (click to toggle)
haskell-test-framework 0.8.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 196 kB
  • sloc: haskell: 1,112; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 709 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
#### 0.8.2.2

_2025-04-11, Andreas Abel_

- Drop `libxml` dependency in testsuite
- Tested building with GHC 8.0 - 9.12.2

#### 0.8.2.1

_2025-02-26, Andreas Abel_

- Support `random-1.3` and other latest dependencies
- Drop support for GHC 7
- Drop support for dependency versions that predate Stackage LTS 9.21
- Tested building with GHC 8.0 - 9.12.1

### 0.8.2.0

- Add `Semigroup` instances
- Avoid orphan-instance clashing by using `base-orphans`'s orphan `Functor` instances `base` < 4.7
- Make `-Wall` clean

#### 0.8.1.1

- Fix a build warning that happens to be a fatal error with GHC 7.4 when using `ansi-wl-pprint` < 0.6.6

### 0.8.1.0

- Add `Applicative` instances
- Add support for `time-1.5.0`