File tree 6 files changed +18
-3
lines changed
6 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for ` chell-hunit `
2
2
3
+ 0.3.0.1 - 2021 Jan 14
4
+
5
+ * Support up to GHC 9.2
6
+ * Tighten various version bounds
7
+
3
8
0.3 - 2019 Feb 16
4
9
5
10
* Add support for ` HUnit ` 1.3 through 1.6
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : chell-hunit
4
- version : 0.3
4
+ version : 0.3.0.1
5
5
6
6
synopsis : HUnit support for the Chell testing library
7
7
category : Testing
Original file line number Diff line number Diff line change 1
1
# Release history for ` chell-quickcheck `
2
2
3
+ 0.2.5.3 - 2021 Jan 14
4
+
5
+ * Support up to GHC 9.2
6
+ * Tighten various version bounds
7
+
3
8
0.2.5.2 - 2019 Feb 16
4
9
5
10
* Add support for ` QuickCheck ` 2.12
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : chell-quickcheck
4
- version : 0.2.5.2
4
+ version : 0.2.5.3
5
5
6
6
synopsis : QuickCheck support for the Chell testing library
7
7
category : Testing
Original file line number Diff line number Diff line change 1
1
# Release history for ` chell `
2
2
3
+ 0.5.0.1 - 2021 Jan 14
4
+
5
+ * Support up to GHC 9.2
6
+ * Tighten various version bounds
7
+
3
8
0.5 - 2019 Feb 16
4
9
5
10
* Add support for ` patience ` 0.2
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : chell
4
- version : 0.5
4
+ version : 0.5.0.1
5
5
6
6
synopsis : A simple and intuitive library for automated testing.
7
7
category : Testing
You can’t perform that action at this time.
0 commit comments