Skip to content

Commit 09d66a3

Browse files
authored
Re #640 Add an upper bound on crypton (#642)
See: * #640 * #641 * snoyberg/http-client#573 The immediate problem is that direct dependency `http-client-tls <= 0.3.6.4` does not support newly-released `crypton-1.1.0` (an indirect dependency of `hpack`) but does not, itself, specify an upper bound on `crypton`.
1 parent b982acf commit 09d66a3

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Changes in 0.39.3
2+
- Add upper bound `crypton < 1.1`, as dependency `http-client-tls <= 0.3.6.4`
3+
does not support `crypton-1.1.0` but does not itself have an upper bound.
4+
15
## Changes in 0.39.2
26
- Depend on `cryptohash-sha256`, rather than `crypton`, for SHA256 hashes
37

hpack.cabal

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spec-version: 0.36.0
22
name: hpack
3-
version: 0.39.2
3+
version: 0.39.3
44
synopsis: A modern format for Haskell packages
55
description: See README at <https://github.com/sol/hpack#readme>
66
author: Simon Hengel <sol@typeful.net>
@@ -16,6 +16,7 @@ ghc-options: -Wall -fno-warn-incomplete-uni-patterns
1616
dependencies:
1717
- base >= 4.13 && < 5
1818
- bytestring
19+
- crypton < 1.1
1920
- cryptohash-sha256
2021
- deepseq
2122
- directory >= 1.2.5.0

0 commit comments

Comments
 (0)