Skip to content

Commit

Permalink
[chore] bump upper bound for Cabal-syntax in hsec-{core,tools}
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoIV authored and TristanCacqueray committed Aug 26, 2024
1 parent 63faba2 commit add617d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/hsec-core/hsec-core.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: hsec-core
version: 0.2.0.0
version: 0.2.0.1

-- A short (one-line) description of the package.
synopsis: Core package representing Haskell advisories
Expand Down Expand Up @@ -31,7 +31,7 @@ library

build-depends:
, base >=4.14 && <4.20
, Cabal-syntax >=3.8.1.0 && <3.11
, Cabal-syntax >=3.8.1.0 && <3.13
, cvss >= 0.2 && < 0.3
, osv >= 0.1 && < 0.2
, pandoc-types >=1.22 && <2
Expand Down
4 changes: 2 additions & 2 deletions code/hsec-tools/hsec-tools.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: hsec-tools
version: 0.2.0.0
version: 0.2.0.1

-- A short (one-line) description of the package.
synopsis:
Expand Down Expand Up @@ -53,7 +53,7 @@ library
, aeson >=2.0.1.0 && <3
, base >=4.14 && <4.20
, bytestring >=0.10 && <0.13
, Cabal-syntax >=3.8.1.0 && <3.11
, Cabal-syntax >=3.8.1.0 && <3.13
, commonmark ^>=0.2.2
, commonmark-pandoc >=0.2 && <0.3
, containers >=0.6 && <0.7
Expand Down

0 comments on commit add617d

Please sign in to comment.