From 12a3b44ba4ed265fd1d41963e3a4b12a81e7c890 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 22 Dec 2022 18:51:46 +0800 Subject: [PATCH] bytesmith fails to build (byteverse/bytesmith#29) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /var/stackage/work/unpack-dir/unpacked/bytesmith-0.3.9.0-64d00f4d6c796d7b4f073ec4a3636a7f2323ee181de8b1d7875651dd35e1f057/src/Data/Bytes/Parser/Latin.hs:568:57: error: • Couldn't match expected type ‘Exts.Word64#’ with actual type ‘Word#’ • In the first argument of ‘W64#’, namely ‘a’ In the expression: W64# a In the expression: (# W64# a, b, c #) | 568 | upcastWord64Result (# | (# a, b, c #) #) = (# | (# W64# a, b, c #) #) | ^ --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9e729998..fdce3de2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4989,7 +4989,7 @@ packages: - byte-order - byteable - bytehash - - bytesmith + - bytesmith < 0 # fails to build with ghc-9.4 - bytestring-builder - bzlib - c2hs