Skip to content

Commit c7c6586

Browse files
authored
Update get-tested (#67)
* Update get-tested * try a mix-and-match of options * split freeze files * Support latest 9.8 and 9.6 * Remove freeze files
1 parent cd34d6f commit c7c6586

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packages: ./
22

33
tests: True
44

5-
flags: +book
5+
flags: -book
66

77
documentation: True
88

cabal.project.release

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
packages: ./
2+
3+
tests: True
4+
5+
flags: +book
6+
7+
documentation: True
8+
9+
test-show-details: direct

text-display.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ maintainer: Hécate Moonlight
1515
license: MIT
1616
build-type: Simple
1717
tested-with:
18-
GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.3 || ==9.8.1
18+
GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.4 || ==9.8.2
1919

2020
extra-source-files:
2121
LICENSE

0 commit comments

Comments
 (0)