Skip to content

Commit 34b546e

Browse files
authored
Merge pull request #57 from bitnomial/relax-http-client-tls-bound
Relax http-client-tls upper bound to allow 0.4
2 parents 2d4b631 + e88007c commit 34b546e

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
## 2.3.1
3+
4+
* Relax the `http-client-tls` upper bound to allow `0.4.*`.
5+
[#7966](https://github.com/commercialhaskell/stackage/issues/7966)
6+
27
## 2.3.0
38

49
* Change the `observeAndSample` function from the

prometheus.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prometheus
2-
version: 2.3.0
2+
version: 2.3.1
33
synopsis: Prometheus Haskell Client
44
homepage: http://github.com/bitnomial/prometheus
55
bug-reports: http://github.com/bitnomial/prometheus/issues
@@ -93,7 +93,7 @@ library
9393
, bytestring >= 0.10 && < 0.13
9494
, containers >= 0.5 && < 0.8
9595
, http-client >= 0.4 && < 0.8
96-
, http-client-tls >= 0.3 && < 0.4
96+
, http-client-tls >= 0.3 && < 0.5
9797
, http-types >= 0.8 && < 0.13
9898
, network-uri >= 2.5 && < 2.7
9999
, text >= 1.2 && < 2.2

0 commit comments

Comments
 (0)