Skip to content

Commit 94b1a72

Browse files
authored
Update rere.cabal: change maintainer and bump base bound
1 parent 9c9b0a8 commit 94b1a72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rere.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description:
1010
we can recognize context-free grammars.
1111

1212
author: Oleg Grenrus <[email protected]>
13-
maintainer: Oleg Grenrus <[email protected]>
13+
maintainer: Artem Pelenitsyn <[email protected]>
1414
license: BSD-3-Clause
1515
license-file: LICENSE
1616
extra-source-files:
@@ -36,6 +36,7 @@ tested-with:
3636
|| ==9.4.7
3737
|| ==9.6.3
3838
|| ==9.8.1
39+
|| ==9.10.1
3940

4041
source-repository head
4142
type: git
@@ -61,7 +62,7 @@ library
6162

6263
-- GHC boot libraries
6364
build-depends:
64-
, base >=4.3.0.0 && <4.20
65+
, base >=4.3.0.0 && <4.21
6566
, containers ^>=0.4.0.0 || ^>=0.5.0.0 || ^>=0.6.0.1
6667
, parsec ^>=3.1.12.0
6768
, transformers ^>=0.3.0.0 || ^>=0.4.2.0 || ^>=0.5.2.0 || ^>=0.6.1.0

0 commit comments

Comments
 (0)