File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.3
2+
3+ - Use ` Cabal-syntax-3.14 `
4+
15## 0.6.2
26
37- Drop support for GHC prior 8.6.5
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22name : cabal-install-parsers
3- version : 0.6.2
3+ version : 0.6.3
44synopsis : Utilities to work with cabal-install files
55description :
66 @cabal-install-parsers@ provides parsers for @cabal-install@ files :
@@ -69,7 +69,7 @@ library
6969 , base >= 4.12 && < 4.21
7070 , binary ^>= 0.8.6.0
7171 , bytestring ^>= 0.10.8.2 || ^>= 0.11.1.0 || ^>= 0.12.0.2
72- , Cabal-syntax ^>= 3.12.0 .0
72+ , Cabal-syntax ^>= 3.14.2 .0
7373 , containers ^>= 0.6.0.1 || ^>= 0.7
7474 , deepseq ^>= 1.4.2.0 || ^>= 1.5.0.0
7575 , directory ^>= 1.3.0.0
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ library haskell-ci-internal
158158 , base >= 4.12 && < 4.21
159159 , binary ^>= 0.8.5.1
160160 , bytestring ^>= 0.10.8.1 || ^>= 0.11.1.0 || ^>= 0.12.0.2
161- , Cabal-syntax ^>= 3.12.0 .0
161+ , Cabal-syntax ^>= 3.14.2 .0
162162 , containers ^>= 0.6.0.1 || ^>= 0.7
163163 , deepseq ^>= 1.4.2.0 || ^>= 1.5.0.0
164164 , directory ^>= 1.3.0.0
@@ -176,7 +176,7 @@ library haskell-ci-internal
176176 , attoparsec ^>= 0.14.1
177177 , base-compat ^>= 0.14.0
178178 , base16-bytestring ^>= 1.0.1.0
179- , cabal-install-parsers ^>= 0.6.1.1
179+ , cabal-install-parsers ^>= 0.6.3
180180 , cryptohash-sha256 ^>= 0.11.101.0
181181 , exceptions ^>= 0.10.0
182182 , generic-lens-lite ^>= 0.1
You can’t perform that action at this time.
0 commit comments