From ffdd03c329452f0224c05f0ef17335cbcf8b4910 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Mon, 21 Oct 2024 22:42:39 +0100 Subject: [PATCH] Specify static-bytes >= 0.1.1 static-bytes-0.1.1 fixes a bug affecting big-endian machine architectures. --- package.yaml | 2 +- pantry.cabal | 10 +++++----- stack-ghc-9.2.8.yaml | 2 +- stack-ghc-9.4.8.yaml | 2 +- stack-ghc-9.6.6.yaml | 3 +++ stack-ghc-9.8.3.yaml | 3 +++ 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package.yaml b/package.yaml index c0a9f1f0..aee44c4a 100644 --- a/package.yaml +++ b/package.yaml @@ -61,7 +61,7 @@ dependencies: - rio - rio-orphans - rio-prettyprint >= 0.1.7.0 -- static-bytes +- static-bytes >= 0.1.1 - tar-conduit >= 0.4.1 - text - text-metrics diff --git a/pantry.cabal b/pantry.cabal index efd5a848..0463d097 100644 --- a/pantry.cabal +++ b/pantry.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 --- This file has been generated from package.yaml by hpack version 0.36.0. +-- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack @@ -92,7 +92,7 @@ library , rio , rio-orphans , rio-prettyprint >=0.1.7.0 - , static-bytes + , static-bytes >=0.1.1 , tar-conduit >=0.4.1 , text , text-metrics @@ -170,7 +170,7 @@ library internal , rio , rio-orphans , rio-prettyprint >=0.1.7.0 - , static-bytes + , static-bytes >=0.1.1 , tar-conduit >=0.4.1 , text , text-metrics @@ -236,7 +236,7 @@ executable test-pretty-exceptions , rio , rio-orphans , rio-prettyprint >=0.1.7.0 - , static-bytes + , static-bytes >=0.1.1 , tar-conduit >=0.4.1 , text , text-metrics @@ -337,7 +337,7 @@ test-suite spec , rio , rio-orphans , rio-prettyprint >=0.1.7.0 - , static-bytes + , static-bytes >=0.1.1 , tar-conduit >=0.4.1 , text , text-metrics diff --git a/stack-ghc-9.2.8.yaml b/stack-ghc-9.2.8.yaml index 069f5b38..58c7cb35 100644 --- a/stack-ghc-9.2.8.yaml +++ b/stack-ghc-9.2.8.yaml @@ -21,7 +21,7 @@ packages: - http-download-0.2.1.0@sha256:a97863e96f7d44efc3d0e3061db7fe2540b8374ca44ae90d0b56040140cb7506,1716 # lts-20.26 provides rio-prettyprint-0.1.3.0 - rio-prettyprint-0.1.7.0@sha256:4f0f2dabcbc3be1f9871de7c2ff3d090b82462ca5924afa24f7b2540c5511d84,1428 -- static-bytes-0.1.0@sha256:35dbf30f617baa0151682c97687042516be07872a39984f9fe31f78125b962bf,1627 +- static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627 # lts-20.26 provides tar-conduit-0.3.2 - tar-conduit-0.4.1@sha256:112d28118eb71901ea9e224e1b174c648b378256729669c2739b8b803d25b43a,3126 # crypton-connection-0.3.1 requires tls >= 1.7. lts-20.26 provides tls-1.5.8 diff --git a/stack-ghc-9.4.8.yaml b/stack-ghc-9.4.8.yaml index d9decb08..5d1005bd 100644 --- a/stack-ghc-9.4.8.yaml +++ b/stack-ghc-9.4.8.yaml @@ -15,7 +15,7 @@ packages: - http-client-tls-0.3.6.3@sha256:a5909ce412ee65c141b8547f8fe22236f175186c95c708e86a46b5547394f910,2046 # lts-21.25 provides http-download-0.2.0.0 - http-download-0.2.1.0@sha256:a97863e96f7d44efc3d0e3061db7fe2540b8374ca44ae90d0b56040140cb7506,1716 -- static-bytes-0.1.0@sha256:35dbf30f617baa0151682c97687042516be07872a39984f9fe31f78125b962bf,1627 +- static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627 # lts-21.25 provides tar-conduit-0.3.2.1 - tar-conduit-0.4.1@sha256:112d28118eb71901ea9e224e1b174c648b378256729669c2739b8b803d25b43a,3126 # crypton-connection-0.3.1 requires tls >= 1.7. lts-21.25 provides tls-1.6.0 diff --git a/stack-ghc-9.6.6.yaml b/stack-ghc-9.6.6.yaml index e34aa8dc..c1983978 100644 --- a/stack-ghc-9.6.6.yaml +++ b/stack-ghc-9.6.6.yaml @@ -1,2 +1,5 @@ # Snapshot specification for GHC 9.6.6. snapshot: lts-22.39 # GHC 9.6.6 + +packages: +- static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627 diff --git a/stack-ghc-9.8.3.yaml b/stack-ghc-9.8.3.yaml index 409f2d6c..d02b99da 100644 --- a/stack-ghc-9.8.3.yaml +++ b/stack-ghc-9.8.3.yaml @@ -1,3 +1,6 @@ # Snapshot specification for GHC 9.8.3. snapshot: nightly-2024-10-21 # GHC 9.8.2 compiler: ghc-9.8.3 + +packages: +- static-bytes-0.1.1@sha256:e090886a4752a816cfff7ccb2c51c533cc8e39ec2d27e485427577fc92d9e9f9,1627