From 6a414a1e75b3a8e121171da08d9cb0aeaf101d00 Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Mon, 4 May 2026 00:29:54 +0700 Subject: [PATCH] Revert "Re #640 Add an upper bound on crypton (#642)" This reverts commit 09d66a3dca4e275ec3ed7d3c69eb3ba47eea5ce6. --- CHANGELOG.md | 3 +++ hpack.cabal | 7 ++----- package.yaml | 5 ++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f9bd18..16aedf43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Changes in 0.39.4 + - Remove upper on `crypton` + ## Changes in 0.39.3 - Add upper bound `crypton < 1.1`, as dependency `http-client-tls <= 0.3.6.4` does not support `crypton-1.1.0` but does not itself have an upper bound. diff --git a/hpack.cabal b/hpack.cabal index ada1f286..4d35342a 100644 --- a/hpack.cabal +++ b/hpack.cabal @@ -5,9 +5,9 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: hpack -version: 0.39.3 +version: 0.39.4 synopsis: A modern format for Haskell packages -description: See README at +description: See the README at category: Development homepage: https://github.com/sol/hpack#readme bug-reports: https://github.com/sol/hpack/issues @@ -72,7 +72,6 @@ library , bytestring , containers , cryptohash-sha256 - , crypton <1.1 , deepseq , directory >=1.2.5.0 , filepath @@ -107,7 +106,6 @@ executable hpack , bytestring , containers , cryptohash-sha256 - , crypton <1.1 , deepseq , directory >=1.2.5.0 , filepath @@ -206,7 +204,6 @@ test-suite spec , bytestring , containers , cryptohash-sha256 - , crypton <1.1 , deepseq , directory >=1.2.5.0 , filepath diff --git a/package.yaml b/package.yaml index c258d350..4a4dc07f 100644 --- a/package.yaml +++ b/package.yaml @@ -1,8 +1,8 @@ spec-version: 0.36.0 name: hpack -version: 0.39.3 +version: 0.39.4 synopsis: A modern format for Haskell packages -description: See README at +description: See the README at author: Simon Hengel github: sol/hpack category: Development @@ -16,7 +16,6 @@ ghc-options: -Wall -fno-warn-incomplete-uni-patterns dependencies: - base >= 4.13 && < 5 - bytestring - - crypton < 1.1 - cryptohash-sha256 - deepseq - directory >= 1.2.5.0