Skip to content

Commit 403d214

Browse files
authored
Merge pull request #722 from haskell-CI/Cabal-3.12
Use Cabal-syntax-3.12
2 parents 7bebdbd + f071dc2 commit 403d214

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cabal-install-parsers/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.6.2
22

33
- Drop support for GHC prior 8.6.5
4+
- Use `Cabal-syntax-3.12`
45

56
## 0.6.1
67

cabal-install-parsers/cabal-install-parsers.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ library
6868
, base >=4.12 && <4.20
6969
, binary ^>=0.8.6.0
7070
, bytestring ^>=0.10.8.2 || ^>=0.11.1.0 || ^>=0.12.0.2
71-
, Cabal-syntax ^>=3.10.3.0
71+
, Cabal-syntax ^>=3.12.0.0
7272
, containers ^>=0.6.0.1
7373
, deepseq ^>=1.4.2.0 || ^>=1.5.0.0
7474
, directory ^>=1.3.0.0

haskell-ci.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ library haskell-ci-internal
145145
, base >=4.12 && <4.20
146146
, binary ^>=0.8.5.1
147147
, bytestring ^>=0.10.8.1 || ^>=0.11.1.0 || ^>=0.12.0.2
148-
, Cabal-syntax ^>=3.10.3.0
148+
, Cabal-syntax ^>=3.12.0.0
149149
, containers ^>=0.6.0.1
150150
, deepseq ^>=1.4.2.0 || ^>=1.5.0.0
151151
, directory ^>=1.3.0.0

0 commit comments

Comments
 (0)