Skip to content

Commit

Permalink
Bump containers upper dependency bound
Browse files Browse the repository at this point in the history
ghc-9.10 requires containers == 0.7.*
  • Loading branch information
erikd committed Aug 7, 2024
1 parent da51ef7 commit 5ac6c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ library
build-depends: base >= 4.9 && < 5
, atomic-primops >= 0.8 && < 0.9
, bytestring >= 0.10 && < 0.13
, containers >= 0.5 && < 0.7
, containers >= 0.5 && < 0.8
, http-client >= 0.4 && < 0.8
, http-client-tls >= 0.3 && < 0.4
, http-types >= 0.8 && < 0.13
Expand Down

0 comments on commit 5ac6c16

Please sign in to comment.