Skip to content

Commit 9325ae9

Browse files
committed
Re #640 Add an upper bound on crypton
1 parent b982acf commit 9325ae9

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Changes in 0.39.3
2+
- Add upper bound on `crypton`, as `crypton-1.1.0` is broken
3+
14
## Changes in 0.39.2
25
- Depend on `cryptohash-sha256`, rather than `crypton`, for SHA256 hashes
36

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.0
1920
- cryptohash-sha256
2021
- deepseq
2122
- directory >= 1.2.5.0

0 commit comments

Comments
 (0)