File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : rere
33version : 0.2
4+ x-revision : 1
45synopsis :
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
3638source-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
You can’t perform that action at this time.
0 commit comments