11cabal-version : 2.2
22name : cabal-install-parsers
3- version : 0.4. 5
3+ version : 0.5
44synopsis : Utilities to work with cabal-install files
55description :
66 @cabal-install-parsers@ provides parsers for @cabal-install@ files :
@@ -57,20 +57,20 @@ library
5757 , base >= 4.10 && < 4.17
5858 , binary ^>= 0.8.5
5959 , bytestring ^>= 0.10.8.1 || ^>= 0.11.1.0
60- , Cabal ^>= 3.6.0 .0
60+ , Cabal-syntax ^>= 3.8.1 .0
6161 , containers ^>= 0.5.7.1 || ^>= 0.6.0.1
6262 , deepseq ^>= 1.4.2.0
6363 , directory ^>= 1.3.0.0
6464 , filepath ^>= 1.4.1.1
6565 , parsec ^>= 3.1.13.0
6666 , pretty ^>= 1.1.3.3
67- , text ^>= 1.2.3.0
68- , time ^>= 1.8.0.2 || ^>= 1.9.3 || ^>= 1.11.1.1
67+ , text ^>= 1.2.3.0 || ^ >= 2.0.1
68+ , time ^>= 1.8.0.2 || ^>= 1.9.3 || ^>= 1.11.1.1 || ^ >= 1.12.2
6969 , transformers ^>= 0.5.2.0
7070
7171 -- extra dependencies
7272 build-depends :
73- , aeson ^>= 1.4.6.0 || ^ >= 1.5.0.0 || ^ >= 2.0 .0.0
73+ , aeson ^>= 2.1 .0.0
7474 , base16-bytestring ^>= 1.0.0.0
7575 , binary-instances ^>= 1
7676 , cryptohash-sha256 ^>= 0.11.101.0
@@ -92,14 +92,14 @@ test-suite cabal-parsers-index
9292 , base
9393 , base16-bytestring
9494 , bytestring
95- , Cabal
95+ , Cabal-syntax
9696 , cabal-install-parsers
9797 , containers
9898 , tar
9999
100100 -- dependencies needing explicit constraints
101101 build-depends :
102- , tasty ^>= 1.2.3 || ^ >= 1.3.1 || ^ >= 1. 4
102+ , tasty ^>= 1.4
103103 , tasty-hunit ^>= 0.10.0.2
104104
105105test-suite cabal-parsers-golden
@@ -112,7 +112,7 @@ test-suite cabal-parsers-golden
112112 build-depends :
113113 , base
114114 , bytestring
115- , Cabal
115+ , Cabal-syntax
116116 , cabal-install-parsers
117117 , containers
118118 , directory
@@ -122,7 +122,7 @@ test-suite cabal-parsers-golden
122122 -- dependencies needing explicit constraints
123123 build-depends :
124124 , ansi-terminal >= 0.10 && < 0.12
125- , tasty ^>= 1.2.3 || ^ >= 1.3.1 || ^ >= 1. 4
125+ , tasty ^>= 1.4
126126 , tasty-golden ^>= 2.3.1.1
127127 , tree-diff ^>= 0.2
128128
@@ -136,11 +136,11 @@ benchmark cabal-parsers-bench
136136 build-depends :
137137 , base
138138 , bytestring
139- , Cabal
139+ , Cabal-syntax
140140 , cabal-install-parsers
141141 , containers
142142 , directory
143143 , filepath
144144
145145 -- dependencies needing explicit constraints
146- build-depends : criterion ^>= 1.5.6.1
146+ build-depends : criterion ^>= 1.6.0.0
0 commit comments