Skip to content

Commit 0b8f965

Browse files
committed
Allow GHC-9.2
1 parent b6b9c27 commit 0b8f965

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rere.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 2.2
22
name: rere
33
version: 0.2
4+
x-revision: 1
45
synopsis:
56
Regular-expressions extended with fixpoints for context-free powers
67

@@ -32,6 +33,7 @@ tested-with:
3233
|| ==8.8.4
3334
|| ==8.10.4
3435
|| ==9.0.1
36+
|| ==9.2.1
3537

3638
source-repository head
3739
type: git
@@ -57,7 +59,7 @@ library
5759

5860
-- GHC boot libraries
5961
build-depends:
60-
, base >=4.3.0.0 && <4.16
62+
, base >=4.3.0.0 && <4.17
6163
, containers ^>=0.4.0.0 || ^>=0.5.0.0 || ^>=0.6.0.1
6264
, parsec ^>=3.1.12.0
6365
, transformers ^>=0.3.0.0 || ^>=0.4.2.0 || ^>=0.5.2.0
@@ -70,7 +72,7 @@ library
7072
build-depends: void ^>=0.7.3
7173

7274
if !impl(ghc >=8.0)
73-
build-depends: semigroups >=0.18.5 && <0.20
75+
build-depends: semigroups >=0.18.5 && <0.21
7476

7577
-- expose examples first, so `cabal repl` loads them.
7678
exposed-modules: RERE.Examples

0 commit comments

Comments
 (0)