Skip to content

Commit

Permalink
Bump some bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Oct 2, 2024
1 parent d03a416 commit 9bff369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vessel.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ library

build-depends:
aeson >=1.4 && <2.3
, base >=4.9 && <4.20
, base-orphans ^>=0.8.5
, base >=4.9 && <4.21
, base-orphans >=0.8.5 && <0.10
, bifunctors >=5.5 && <5.7
, commutative-semigroups ^>=0.1
, commutative-semigroups >=0.1 && <0.3
, constraints >=0.10 && <0.15
, constraints-extras ^>=0.4
, containers ^>=0.6
, containers >=0.6 && <0.8
, dependent-map ^>=0.4
, dependent-monoidal-map ^>=0.1.1.0
, dependent-sum ^>=0.7
Expand Down

0 comments on commit 9bff369

Please sign in to comment.