Skip to content

Commit 018f2e9

Browse files
committed
polyparse-1.13-r9: allow text>=2.1
1 parent f15c5e7 commit 018f2e9

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

cpphs.cabal

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,23 @@ Build-type: Simple
2525
Extra-Source-Files: README, LICENCE-GPL, LICENCE-commercial, CHANGELOG, docs/cpphs.1, docs/index.html
2626

2727
tested-with:
28-
GHC ==9.6.2
29-
|| ==9.4.5
30-
|| ==9.2.8
31-
|| ==9.0.2
32-
|| ==8.10.7
33-
|| ==8.8.4
34-
|| ==8.6.5
35-
|| ==8.4.4
36-
|| ==8.2.2
37-
|| ==8.0.2
38-
|| ==7.10.3
39-
|| ==7.8.4
40-
|| ==7.6.3
41-
|| ==7.4.2
42-
|| ==7.2.2
43-
|| ==7.0.4
28+
GHC == 9.8.0
29+
GHC == 9.6.2
30+
GHC == 9.4.7
31+
GHC == 9.2.8
32+
GHC == 9.0.2
33+
GHC == 8.10.7
34+
GHC == 8.8.4
35+
GHC == 8.6.5
36+
GHC == 8.4.4
37+
GHC == 8.2.2
38+
GHC == 8.0.2
39+
GHC == 7.10.3
40+
GHC == 7.8.4
41+
GHC == 7.6.3
42+
GHC == 7.4.2
43+
GHC == 7.2.2
44+
GHC == 7.0.4
4445

4546
flag old-locale
4647
description: If true, use old-locale, otherwise use time 1.5 or newer.
@@ -76,7 +77,7 @@ Library
7677
TimeCompat
7778

7879
Executable cpphs
79-
Build-Depends: base>=3&&<6, directory <1.4, polyparse>=1.13 && <1.14
80+
Build-Depends: base >=4.3 && <5, directory <1.4, polyparse>=1.13 && <1.14
8081
Main-Is: cpphs.hs
8182

8283
if flag(old-locale)

0 commit comments

Comments
 (0)