From a3b09bde03efa5ea0e9315a19ec895d77599e8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:09:03 +0200 Subject: [PATCH] Disabled `bytestring-mmap` since it is not ghc 9.6 ready (@ocramz). --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 11d41489..b7b65fcd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -693,7 +693,7 @@ packages: - splitmix-distributions - rp-tree - xeno - - bytestring-mmap # required by xeno + - bytestring-mmap < 0 # required by xeno # not ghc 9.6 ready - datasets - lucid-extras - mnist-idx-conduit