We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d4b631 + e88007c commit 34b546eCopy full SHA for 34b546e
2 files changed
CHANGELOG.md
@@ -1,4 +1,9 @@
1
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
7
## 2.3.0
8
9
* Change the `observeAndSample` function from the
prometheus.cabal
@@ -1,5 +1,5 @@
name: prometheus
-version: 2.3.0
+version: 2.3.1
synopsis: Prometheus Haskell Client
homepage: http://github.com/bitnomial/prometheus
bug-reports: http://github.com/bitnomial/prometheus/issues
@@ -93,7 +93,7 @@ library
93
, bytestring >= 0.10 && < 0.13
94
, containers >= 0.5 && < 0.8
95
, http-client >= 0.4 && < 0.8
96
- , http-client-tls >= 0.3 && < 0.4
+ , http-client-tls >= 0.3 && < 0.5
97
, http-types >= 0.8 && < 0.13
98
, network-uri >= 2.5 && < 2.7
99
, text >= 1.2 && < 2.2
0 commit comments