11cabal-version : 2.2
22name : cabal-install-parsers
33version : 0.6.1.1
4+ x-revisions : 1
45synopsis : Utilities to work with cabal-install files
56description :
67 @cabal-install-parsers@ provides parsers for @cabal-install@ files :
@@ -33,6 +34,8 @@ tested-with:
3334 || == 9.0.2
3435 || == 9.2.8
3536 || == 9.4.8
37+ || == 9.6.3
38+ || == 9.8.1
3639
3740extra-source-files :
3841 Changelog.md
@@ -65,23 +68,23 @@ library
6568
6669 -- GHC-boot libraries
6770 build-depends :
68- , base >= 4.10 && < 4.18
71+ , base >= 4.10 && < 4.20
6972 , binary ^>= 0.8.5
70- , bytestring ^>= 0.10.8.1 || ^>= 0.11.1.0
73+ , bytestring ^>= 0.10.8.1 || ^>= 0.11.1.0 || ^ >= 0.12.0.2
7174 , Cabal-syntax ^>= 3.10.1.0
7275 , containers ^>= 0.5.7.1 || ^>= 0.6.0.1
73- , deepseq ^>= 1.4.2.0
76+ , deepseq ^>= 1.4.2.0 || ^ >= 1.5.0.0
7477 , directory ^>= 1.3.0.0
7578 , filepath ^>= 1.4.1.1
7679 , parsec ^>= 3.1.13.0
7780 , pretty ^>= 1.1.3.3
78- , text ^>= 1.2.3.0 || ^>= 2.0.1
81+ , text ^>= 1.2.3.0 || ^>= 2.0.1 || ^ >= 2.1
7982 , time ^>= 1.8.0.2 || ^>= 1.9.3 || ^>= 1.11.1.1 || ^>= 1.12.2
80- , transformers ^>= 0.5.2.0
83+ , transformers ^>= 0.5.2.0 || ^ >= 0.6.1.0
8184
8285 -- extra dependencies
8386 build-depends :
84- , aeson ^>= 2.1.0.0
87+ , aeson ^>= 2.1.0.0 || ^ >= 2.2.0.0
8588 , base16-bytestring ^>= 1.0.0.0
8689 , binary-instances ^>= 1
8790 , cryptohash-sha256 ^>= 0.11.101.0
@@ -107,7 +110,7 @@ test-suite cabal-parsers-index
107110
108111 -- dependencies needing explicit constraints
109112 build-depends :
110- , tasty ^>= 1.4
113+ , tasty ^>= 1.4 || ^ >= 1.5
111114 , tasty-hunit ^>= 0.10.0.2
112115
113116test-suite cabal-parsers-golden
@@ -129,8 +132,8 @@ test-suite cabal-parsers-golden
129132
130133 -- dependencies needing explicit constraints
131134 build-depends :
132- , ansi-terminal >= 1.0 && < 1.1
133- , tasty ^>= 1.4
135+ , ansi-terminal >= 1.0 && < 1.1
136+ , tasty ^>= 1.4 || ^ >= 1.5
134137 , tasty-golden ^>= 2.3.1.1
135138 , tree-diff >= 0.2 && < 0.4
136139
0 commit comments