Skip to content

Commit

Permalink
Make it build with ghc-9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Feb 1, 2024
1 parent 6ccbc9d commit c80955e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ library

build-depends: base >= 4.9 && < 5
, atomic-primops >= 0.8 && < 0.9
, bytestring >= 0.10 && < 0.12
, bytestring >= 0.10 && < 0.13
, containers >= 0.5 && < 0.7
, http-client >= 0.4 && < 0.8
, http-client-tls >= 0.3 && < 0.4
, http-types >= 0.8 && < 0.13
, network-uri >= 2.5 && < 2.7
, text >= 1.2 && < 2.1
, text >= 1.2 && < 2.2
, transformers >= 0.4 && < 0.7
, wai >= 3.2 && < 3.3
, warp >= 3.2 && < 3.5
Expand Down

0 comments on commit c80955e

Please sign in to comment.