From cd07b036522fbc362223f8c6abe16188cd085297 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 16 Apr 2024 08:15:50 -0400 Subject: [PATCH] atomic-primops: Version 0.8.6 --- atomic-primops/CHANGELOG.md | 4 ++++ atomic-primops/atomic-primops.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/atomic-primops/CHANGELOG.md b/atomic-primops/CHANGELOG.md index 6ad9dec..f6409b1 100644 --- a/atomic-primops/CHANGELOG.md +++ b/atomic-primops/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.6 [2024.04.16] +* Use `prim`, not `ccall`, for the `foreign import`s used when building the + library with GHC 9.10 or later. This fixes a GHC 9.10-specific build issue. + ## 0.8.5 [2024.02.17] * Allow building with GHC 9.10. diff --git a/atomic-primops/atomic-primops.cabal b/atomic-primops/atomic-primops.cabal index dfe6d65..abc6621 100644 --- a/atomic-primops/atomic-primops.cabal +++ b/atomic-primops/atomic-primops.cabal @@ -1,6 +1,6 @@ Cabal-version: 3.0 Name: atomic-primops -Version: 0.8.5 +Version: 0.8.6 License: BSD-3-Clause License-file: LICENSE Author: Ryan Newton