Skip to content

Commit

Permalink
deps: bump boot lib upper bounds to support GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
frasertweedale committed Jul 18, 2024
1 parent 64ba2eb commit 26ac456
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions code/hsec-core/hsec-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ library
Security.Advisories.Core.HsecId

build-depends:
, base >=4.14 && <4.20
, Cabal-syntax >=3.8.1.0 && <3.11
, base >=4.14 && <4.21
, Cabal-syntax >=3.8.1.0 && <3.13
, cvss >= 0.1 && < 0.2
, osv >= 0.1 && < 0.2
, pandoc-types >=1.22 && <2
Expand Down
8 changes: 4 additions & 4 deletions code/hsec-sync/hsec-sync.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ library
Security.Advisories.Sync.Git

build-depends:
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, directory >=1.3 && <1.4
, extra >=1.7 && <1.8
, feed >=1.3 && <1.4
, filepath >=1.4 && <1.5
, filepath >=1.4 && <1.6
, hsec-core ^>= 0.2
, http-client >=0.7.0 && <0.8
, lens >=5.1 && <5.3
Expand All @@ -60,9 +60,9 @@ executable hsec-sync
-- other-extensions:
build-depends:
, aeson >=2.0.1.0 && <3
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, bytestring >=0.10 && <0.13
, filepath >=1.4 && <1.5
, filepath >=1.4 && <1.6
, hsec-sync
, optparse-applicative >=0.17 && <0.19
, text >=1.2 && <3
Expand Down
12 changes: 6 additions & 6 deletions code/hsec-tools/hsec-tools.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ library

build-depends:
, aeson >=2.0.1.0 && <3
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, 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
, cvss >= 0.1 && < 0.2
, directory <2
, extra ^>=1.7.5
, filepath >=1.4 && <1.5
, filepath >=1.4 && <1.6
, hsec-core ^>= 0.2
, feed ==1.3.*
, file-embed >=0.0.13.0 && <0.0.17
Expand Down Expand Up @@ -88,10 +88,10 @@ executable hsec-tools
-- other-extensions:
build-depends:
, aeson >=2.0.1.0 && <3
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, bytestring >=0.10 && <0.13
, Cabal-syntax >=3.8.1.0 && <3.11
, filepath >=1.4 && <1.5
, Cabal-syntax >=3.8.1.0 && <3.13
, filepath >=1.4 && <1.6
, hsec-core ^>= 0.2
, hsec-tools
, optparse-applicative >=0.17 && <0.19
Expand Down
2 changes: 1 addition & 1 deletion code/osv/osv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library

build-depends:
, aeson >=2.0.1.0 && <3
, base >=4.14 && <4.20
, base >=4.14 && <4.21
, cvss >= 0.1 && < 0.2
, text >=1.2 && <3
, time >=1.9 && <1.14
Expand Down

0 comments on commit 26ac456

Please sign in to comment.